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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp125 /// GetIfCondition - Given a basic block (BB) with two predecessors (and at
134 static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, function
1238 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);

Completed in 55 milliseconds