Searched defs:IfFalse (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h2373 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2380 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp716 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
737 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1617 BasicBlock *IfTrue, *IfFalse; local
198 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument

Completed in 158 milliseconds