mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
Java: Misc performance fixes
This commit is contained in:
@@ -151,6 +151,7 @@ private module SsaImpl {
|
||||
}
|
||||
|
||||
/** Holds if a phi node for `v` is needed at the beginning of basic block `b`. */
|
||||
pragma[assume_small_delta]
|
||||
cached
|
||||
predicate phiNode(BaseSsaSourceVariable v, BasicBlock b) {
|
||||
liveAtEntry(v, b) and
|
||||
|
||||
Reference in New Issue
Block a user