Searched defs:IfTrue (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 711 unsigned PredR, bool IfTrue) { in predicateInstr() 762 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 | 602 bool IfTrue) { in getCondTfrOpcode()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 333 BasicBlock *IfTrue, *IfFalse; in canProveExitOnFirstIteration() local
|
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 375 BasicBlock *IfTrue = BasicBlock::Create(C, "T", F); in mutate() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 565 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() 2501 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in insertTwoBlocksAfter()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 1371 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) in BranchInst() 1379 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() 1393 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) in BranchInst() 1400 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1602 BranchInst *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition()
|
H A D | SimplifyCFG.cpp | 3311 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2463 Value *IfTrue, *IfFalse; in foldSelectToPhiImpl() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 20613 SDValue IfTrue = N->getOperand(1); in performVSelectCombine() local
|