Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Eyers-Taylor
47d2ed5fed XXX: Disable dynamic join in some cases 2024-05-23 18:18:11 +01:00
3 changed files with 3 additions and 0 deletions

View File

@@ -317,6 +317,7 @@ private module Cached {
}
cached
pragma[no_dynamic_join_order]
Instruction getChiInstructionTotalOperand(ChiInstruction chiInstr) {
exists(
Alias::VirtualVariable vvar, OldInstruction oldInstr, OldBlock defBlock, int defRank,

View File

@@ -317,6 +317,7 @@ private module Cached {
}
cached
pragma[no_dynamic_join_order]
Instruction getChiInstructionTotalOperand(ChiInstruction chiInstr) {
exists(
Alias::VirtualVariable vvar, OldInstruction oldInstr, OldBlock defBlock, int defRank,

View File

@@ -659,6 +659,7 @@ module MakeImplCommon<LocationSig Location, InputSig<Location> Lang> {
predicate expectsContentCached(Node n, ContentSet c) { expectsContent(n, c) }
cached
pragma[no_dynamic_join_order]
predicate isUnreachableInCallCached(Node n, DataFlowCall call) { isUnreachableInCall(n, call) }
cached