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 229 /// GetIfCondition - Check whether BB is the merge point of a if-region.
234 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 732 /// GetIfCondition - Given a basic block (BB) with two predecessors,
741 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
    [all...]
SimplifyCFG.cpp     [all...]

Completed in 177 milliseconds