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