Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp169 BranchInst *GuardBranch; member
191 GuardBranch(L->getLoopGuardBranch()), PP(PP), AbleToPeel(canPeel(L)), in FusionCandidate()
257 if (GuardBranch) in getEntryBlock()
258 return GuardBranch->getParent(); in getEntryBlock()
282 assert(GuardBranch && "Only valid on guarded loops."); in getNonLoopBlock()
283 assert(GuardBranch->isConditional() && in getNonLoopBlock()
286 return GuardBranch->getSuccessor(1); in getNonLoopBlock()
287 return (GuardBranch->getSuccessor(0) == Preheader) in getNonLoopBlock()
288 ? GuardBranch->getSuccessor(1) in getNonLoopBlock()
289 : GuardBranch->getSuccessor(0); in getNonLoopBlock()
[all …]