Searched defs:IfTrue (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp252 bool IfTrue = HII->isPredicatedTrue(Opc); local
H A DHexagonEarlyIfConv.cpp709 predicateInstr(MachineBasicBlock *ToB, MachineBasicBlock::iterator At, MachineInstr *MI, unsigned PredR, bool IfTrue) argument
760 predicateBlockNB(MachineBasicBlock *ToB, MachineBasicBlock::iterator At, MachineBasicBlock *FromB, unsigned PredR, bool IfTrue) argument
[all...]
H A DHexagonExpandCondsets.cpp578 getCondTfrOpcode(const MachineOperand &SO, bool IfTrue) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp997 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1131 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) argument
1139 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
1152 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) argument
1159 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3037 static BranchInst *Create(BasicBlock *IfTrue, argument
3042 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
3047 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) { argument
3051 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, BasicBlock *InsertAtEnd) argument
[all...]

Completed in 140 milliseconds