Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h97 BasicBlock *LoopPreheader,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp490 auto *LoopPreheader = L->getLoopPreheader(); in rewriteFirstIterationLoopExitValues() local
491 assert(LoopPreheader && "Invalid loop"); in rewriteFirstIterationLoopExitValues()
492 int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader); in rewriteFirstIterationLoopExitValues()
1323 auto *LoopPreheader = L->getLoopPreheader(); in replaceLoopPHINodesWithPreheaderValues() local
1327 auto *PreheaderIncoming = PN.getIncomingValueForBlock(LoopPreheader); in replaceLoopPHINodesWithPreheaderValues()
H A DLoopStrengthReduce.cpp6828 BasicBlock *LoopPreheader = L->getLoopPreheader(); in ReduceLoopStrength() local
6837 Value *StartValue = ToHelpFold->getIncomingValueForBlock(LoopPreheader); in ReduceLoopStrength()
6851 LoopPreheader->getTerminator()); in ReduceLoopStrength()