mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C++: add noopt on getPhiOperandDefinition
This commit is contained in:
@@ -153,9 +153,10 @@ private module Cached {
|
||||
)
|
||||
}
|
||||
|
||||
pragma[noopt]
|
||||
cached
|
||||
Instruction getPhiOperandDefinition(
|
||||
PhiInstruction instr, IRBlock newPredecessorBlock, Overlap overlap
|
||||
Phi instr, IRBlock newPredecessorBlock, Overlap overlap
|
||||
) {
|
||||
exists(
|
||||
Alias::MemoryLocation defLocation, Alias::MemoryLocation useLocation, OldBlock phiBlock,
|
||||
|
||||
Reference in New Issue
Block a user