Home
last modified time | relevance | path

Searched defs:CondBr (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp124 MachineInstr &CondBr, MachineBasicBlock *MBB, in knownRegValInBlock()
289 MachineBasicBlock::iterator CondBr = PredMBB->getLastNonDebugInstr(); in optimizeBlock() local
/llvm-project/polly/lib/CodeGen/
H A DUtils.cpp149 BranchInst *CondBr = Builder.CreateCondBr(RTC, StartBlock, S.getEntry()); in executeScopConditionally() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRedundantCopyElimination.cpp145 MachineBasicBlock::iterator CondBr = PredMBB->getFirstTerminator(); in optimizeBlock() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp150 BranchInst *CondBr = dyn_cast<BranchInst>(BB->getTerminator()); updatePredecessorProfileMetadata() local
2138 BranchInst *CondBr = dyn_cast<BranchInst>(BB->getTerminator()); maybethreadThroughTwoBasicBlocks() local
2272 BranchInst *CondBr = cast<BranchInst>(BB->getTerminator()); threadThroughTwoBasicBlocks() local
2855 BranchInst *CondBr = dyn_cast<BranchInst>(BB->getTerminator()); tryToUnfoldSelect() local
[all...]
H A DSimpleLoopUnswitch.cpp2703 auto *CondBr = cast<BranchInst>(HeadBB->getTerminator()); turnSelectIntoBranch() local
/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp280 EXPECT_THAT(CondBr->getCondition(), Eq(Cond)); in TEST() local
/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp720 for (auto *CondBr : CondBrs) tracePredStateThroughCFG() local
787 for (auto *CondBr : CondBrs) { tracePredStateThroughCFG() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp448 BranchInst *CondBr = generatePerPart() local
479 BranchInst *CondBr = Builder.CreateCondBr(Cond, Builder.GetInsertBlock(), generatePerPart() local
1798 auto *CondBr = BranchInst::Create(State.CFG.PrevBB, nullptr, ConditionBit); execute() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp115 BranchInst *CondBr = dyn_cast<BranchInst>(BB->getTerminator()); in analyzeProfMetadata() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3176 MachineInstr *CondBr = insertBranch() local
3191 MachineInstr *CondBr = insertBranch() local