HomeSort by: relevance | last modified time | path
    Searched refs:GetIfCondition (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 414 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2);
424 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1);
BasicBlockUtils.cpp 1459 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
SimplifyCFG.cpp 2714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 497 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,

Completed in 62 milliseconds