/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 709 unsigned PredR, bool IfTrue) { in predicateInstr() 760 unsigned PredR, bool IfTrue) { in predicateBlockNB()
|
H A D | HexagonGenMux.cpp | 246 bool IfTrue = HII->isPredicatedTrue(Opc); in genMuxInBlock() local
|
H A D | HexagonExpandCondsets.cpp | 603 bool IfTrue) { in getCondTfrOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 331 BasicBlock *IfTrue, *IfFalse; in canProveExitOnFirstIteration() local
|
H A D | SimpleLoopUnswitch.cpp | 2994 canonicalizeForInvariantConditionInjection(ICmpInst::Predicate & Pred,Value * & LHS,Value * & RHS,BasicBlock * & IfTrue,BasicBlock * & IfFalse,const Loop & L) canonicalizeForInvariantConditionInjection() argument 3021 shouldTryInjectInvariantCondition(const ICmpInst::Predicate Pred,const Value * LHS,const Value * RHS,const BasicBlock * IfTrue,const BasicBlock * IfFalse,const Loop & L) shouldTryInjectInvariantCondition() argument 3240 BasicBlock *IfTrue = nullptr, *IfFalse = nullptr; collectUnswitchCandidatesWithInjections() local [all...] |
H A D | GuardWidening.cpp | 507 const BasicBlock *IfTrue = nullptr, *IfFalse = nullptr; in computeWideningScore() local
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 446 BasicBlock *IfTrue = BasicBlock::Create(C, "T", F); in mutate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 614 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() 3603 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in insertTwoBlocksAfter()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1134 BranchInst::BranchInst(BasicBlock *IfTrue, InsertPosition InsertBefore) in BranchInst() 1142 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1802 BranchInst *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition()
|
H A D | SimplifyCFG.cpp | 3489 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2648 Value *IfTrue, *IfFalse; in foldSelectToPhiImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2531 BasicBlock *IfTrue = I.getSuccessor(1); in shouldKeepJumpConditionsTogether() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 24260 SDValue IfTrue = N->getOperand(1); in performVSelectCombine() local
|