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

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 131 BasicBlock *&IfFalse) {
171 IfFalse = Pred2;
175 IfFalse = Pred1;
199 IfFalse = Pred2;
202 IfFalse = Pred1;
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 620 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
626 Op<-2>() = IfFalse;
641 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
647 Op<-2>() = IfFalse;
    [all...]

Completed in 30 milliseconds