Searched defs:TrueBlock (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 562 MachineBasicBlock *&TrueBlock, in analyzeBranch() argument 658 insertBranch(MachineBasicBlock & MBB,MachineBasicBlock * TrueBlock,MachineBasicBlock * FalseBlock,ArrayRef<MachineOperand> Condition,const DebugLoc & DL,int * BytesAdded) const insertBranch() argument [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 697 BasicBlock *TrueBlock = nullptr, *FalseBlock = nullptr; convertProfitableSIGroups() local [all...] |
H A D | CodeGenPrepare.cpp | 7211 BasicBlock *TrueBlock = nullptr; optimizeSelectInst() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1715 EmitBranchToCounterBlock(const Expr * Cond,BinaryOperator::Opcode LOp,llvm::BasicBlock * TrueBlock,llvm::BasicBlock * FalseBlock,uint64_t TrueCount,Stmt::Likelihood LH,const Expr * CntrIdx) EmitBranchToCounterBlock() argument 1789 EmitBranchOnBoolExpr(const Expr * Cond,llvm::BasicBlock * TrueBlock,llvm::BasicBlock * FalseBlock,uint64_t TrueCount,Stmt::Likelihood LH,const Expr * ConditionalOp) EmitBranchOnBoolExpr() argument [all...] |
H A D | CGStmtOpenMP.cpp | 2318 emitPreCond(CodeGenFunction & CGF,const OMPLoopDirective & S,const Expr * Cond,llvm::BasicBlock * TrueBlock,llvm::BasicBlock * FalseBlock,uint64_t TrueCount) emitPreCond() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 220 BasicBlock *TrueBlock = nullptr; unfold() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 2522 VisitLogicalOperator(BinaryOperator * B,Stmt * Term,CFGBlock * TrueBlock,CFGBlock * FalseBlock) VisitLogicalOperator() argument 5167 CFGBlock *TrueBlock = Block; VisitConditionalOperatorForTemporaryDtors() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1668 BasicBlock *TrueBlock = Tail; SplitBlockAndInsertIfThenElse() local
|