Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp562 LI(LI), SwitchOuterLoop(L) {} in AllSwitchPaths()
623 if (!SwitchOuterLoop->contains(IncomingBB)) in getPathsFromStateDefMap()
711 if (!SwitchOuterLoop->contains(BB)) in paths()
778 bool IsOutsideLoops = !SwitchOuterLoop->contains(IncomingBB); in getStateDefMap()
795 Loop *SwitchOuterLoop; member