HomeSort by relevance Sort by last modified time
    Searched refs:IfFalse (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 235 BasicBlock *&IfFalse);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 689 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
725 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/ElseBlock, Cond);
742 BasicBlock *&IfFalse) {
797 IfFalse = Pred2;
801 IfFalse = Pred1;
825 IfFalse = Pred2;
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
744 Op<-2>() = IfFalse;
759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
765 Op<-2>() = IfFalse;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 107 milliseconds