Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h97 BasicBlock *LoopPreheader,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp491 auto *LoopPreheader = L->getLoopPreheader(); in rewriteFirstIterationLoopExitValues() local
492 assert(LoopPreheader && "Invalid loop"); in rewriteFirstIterationLoopExitValues()
493 int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader); in rewriteFirstIterationLoopExitValues()
1312 auto *LoopPreheader = L->getLoopPreheader(); in replaceLoopPHINodesWithPreheaderValues() local
1316 auto *PreheaderIncoming = PN.getIncomingValueForBlock(LoopPreheader); in replaceLoopPHINodesWithPreheaderValues()