Home
last modified time | relevance | path

Searched refs:GetIfCondition (Results 1 – 5 of 5) 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.cpp678 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition() function in llvm
DSimplifyCFG.cpp1928 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h283 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp131 static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition() function
1251 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()