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 216 BasicBlock *&IfFalse);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 663 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cmp);
679 BasicBlock *&IfFalse) {
734 IfFalse = Pred2;
738 IfFalse = Pred1;
762 IfFalse = Pred2;
765 IfFalse = Pred1;
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [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...]

Completed in 537 milliseconds