Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp916 bool EntryDominatesExit = DT->dominates(ParentRegion->getEntry(), Exit); in createFlow() local
928 handleLoops(EntryDominatesExit, nullptr); in createFlow()
932 changeExit(PrevNode, Exit, EntryDominatesExit); in createFlow()
934 assert(EntryDominatesExit); in createFlow()