Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp207 ExitBranch(Info.ExitBranch), in HardwareLoop()
223 BranchInst *ExitBranch = nullptr; member in __anon8ccd83d70111::HardwareLoop
537 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()
544 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()
545 ExitBranch->setCondition(NewCond); in InsertLoopDec()
549 ExitBranch->swapSuccessors(); in InsertLoopDec()
559 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()
574 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()
584 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch()
588 ExitBranch->setCondition(NewCond); in UpdateBranch()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp922 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp186 ExitBranch = BI; in isHardwareLoopCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3286 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local
3287 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()
3326 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h102 BranchInst *ExitBranch = nullptr; member