Merge pull request #12462 from MathiasVP/disable-std-order-in-fwd-flow-stage-1

DataFlow: Disable standard order in `Stage1::fwdFlow`
This commit is contained in:
Mathias Vorreiter Pedersen
2023-03-09 15:30:05 +00:00
committed by GitHub
9 changed files with 9 additions and 0 deletions

View File

@@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
* The Boolean `cc` records whether the node is reached through an
* argument in a call.
*/
pragma[assume_small_delta]
private predicate fwdFlow(NodeEx node, Cc cc) {
sourceNode(node, _) and
if hasSourceCallCtx() then cc = true else cc = false