/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 331 BasicBlock *IfTrue, *IfFalse; in canProveExitOnFirstIteration() local
|
H A D | SimpleLoopUnswitch.cpp | 2977 canonicalizeForInvariantConditionInjection(ICmpInst::Predicate & Pred,Value * & LHS,Value * & RHS,BasicBlock * & IfTrue,BasicBlock * & IfFalse,const Loop & L) canonicalizeForInvariantConditionInjection() argument 3003 shouldTryInjectInvariantCondition(const ICmpInst::Predicate Pred,const Value * LHS,const Value * RHS,const BasicBlock * IfTrue,const BasicBlock * IfFalse,const Loop & L) shouldTryInjectInvariantCondition() argument 3222 BasicBlock *IfTrue = nullptr, *IfFalse = nullptr; collectUnswitchCandidatesWithInjections() local [all...] |
H A D | GuardWidening.cpp | 507 const BasicBlock *IfTrue = nullptr, *IfFalse = nullptr; computeWideningScore() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 447 BasicBlock *IfFalse = BasicBlock::Create(C, "F", F); in mutate() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 602 setTwoSuccessors(VPBlockBase * IfTrue,VPBlockBase * IfFalse) setTwoSuccessors() argument 3467 insertTwoBlocksAfter(VPBlockBase * IfTrue,VPBlockBase * IfFalse,VPBlockBase * BlockPtr) insertTwoBlocksAfter() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1803 GetIfCondition(BasicBlock * BB,BasicBlock * & IfTrue,BasicBlock * & IfFalse) GetIfCondition() argument
|
H A D | SimplifyCFG.cpp | 3488 BasicBlock *IfTrue, *IfFalse; FoldTwoEntryPHINode() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2645 Value *IfTrue, *IfFalse; foldSelectToPhiImpl() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1142 BranchInst(BasicBlock * IfTrue,BasicBlock * IfFalse,Value * Cond,InsertPosition InsertBefore) BranchInst() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2528 BasicBlock *IfFalse = I.getSuccessor(0); shouldKeepJumpConditionsTogether() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 24047 SDValue IfFalse = N->getOperand(2); performVSelectCombine() local [all...] |