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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// GetIfCondition - Check whether BB is the merge point of a if-region.
215 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 391 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2);
401 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1);
BasicBlockUtils.cpp 669 /// GetIfCondition - Given a basic block (BB) with two predecessors,
678 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
SimplifyCFG.cpp     [all...]

Completed in 49 milliseconds