Home
last modified time | relevance | path

Searched refs:EphTracker (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2904 EphemeralValueTracker EphTracker; in SpeculativelyExecuteBB() local
2925 if (EphTracker.track(&I)) in SpeculativelyExecuteBB()
3042 if (EphTracker.contains(&I)) { in SpeculativelyExecuteBB()
3092 EphemeralValueTracker EphTracker; in BlockIsSimpleEnoughToThreadThrough() local
3105 if (!EphTracker.track(&I) && !isa<PHINode>(I)) { in BlockIsSimpleEnoughToThreadThrough()