Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DHardwareLoops.cpp189 ExitBranch(Info.ExitBranch), in HardwareLoop()
204 BranchInst *ExitBranch = nullptr; member in __anon7620f73f0111::HardwareLoop
474 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()
481 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()
482 ExitBranch->setCondition(NewCond); in InsertLoopDec()
486 ExitBranch->swapSuccessors(); in InsertLoopDec()
496 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()
511 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()
521 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch()
525 ExitBranch->setCondition(NewCond); in UpdateBranch()
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp168 ExitBranch = BI; in isHardwareLoopCandidate()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1308 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3288 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local
3289 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()
3321 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h100 BranchInst *ExitBranch = nullptr; member