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

  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 135 BasicBlock *&IfFalse) {
175 IfFalse = Pred2;
179 IfFalse = Pred1;
203 IfFalse = Pred2;
206 IfFalse = Pred1;
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 710 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
716 Op<-2>() = IfFalse;
731 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
737 Op<-2>() = IfFalse;
    [all...]

Completed in 313 milliseconds