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

  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 703 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore)
704 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
707 assert(IfTrue != 0 && "Branch destination may not be null!");
708 Op<-1>() = IfTrue;
710 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
712 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
715 Op<-1>() = IfTrue;
723 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *InsertAtEnd)
724 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
727 assert(IfTrue != 0 && "Branch destination may not be null!")
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 134 static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
174 IfTrue = Pred1;
178 IfTrue = Pred2;
202 IfTrue = Pred1;
205 IfTrue = Pred2;
    [all...]

Completed in 104 milliseconds