Searched refs:ExitBranch (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 192 ExitBranch(Info.ExitBranch), in HardwareLoop() 207 BranchInst *ExitBranch = nullptr; member in __anoncb13a2ff0111::HardwareLoop 301 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.TripCount) && in TryConvertLoop() 461 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec() 468 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec() 469 ExitBranch->setCondition(NewCond); in InsertLoopDec() 472 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec() 473 ExitBranch->swapSuccessors(); in InsertLoopDec() 483 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec() 498 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 192 ExitBranch(Info.ExitBranch), in HardwareLoop() 207 BranchInst *ExitBranch = nullptr; member in __anon5e4710930111::HardwareLoop 298 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.ExitCount) && in TryConvertLoop() 453 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec() 460 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec() 461 ExitBranch->setCondition(NewCond); in InsertLoopDec() 464 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec() 465 ExitBranch->swapSuccessors(); in InsertLoopDec() 475 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec() 492 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 967 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 1192 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 120 ExitBranch = BI; in isHardwareLoopCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 91 BranchInst *ExitBranch = nullptr; member
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 213 ExitBranch = BI; in isHardwareLoopCandidate()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3246 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local 3247 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae() 3279 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3242 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local 3243 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &LibInfo); in CollectFixupsAndInitialFormulae() 3275 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 95 BranchInst *ExitBranch = nullptr; member
|