Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp390 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2); in MergeIfRegion()
400 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1); in MergeIfRegion()
DBasicBlockUtils.cpp787 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition() function in llvm
DSimplifyCFG.cpp1821 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h293 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,