Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp414 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2); in MergeIfRegion()
424 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1); in MergeIfRegion()
H A DBasicBlockUtils.cpp1459 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition() function in llvm
H A DSimplifyCFG.cpp2714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h497 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,