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

/freebsd-10.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h209 /// GetIfCondition - Check whether BB is the merge point of a if-region.
215 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp389 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2);
399 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1);
H A DBasicBlockUtils.cpp672 /// GetIfCondition - Given a basic block (BB) with two predecessors,
681 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, function in class:llvm
H A DSimplifyCFG.cpp1715 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);

Completed in 72 milliseconds