Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp180 static SmallVector<BasicBlock *, 2> getTwoPredecessors(BasicBlock *BB) { in getTwoPredecessors() function
448 auto Preds = getTwoPredecessors(CB.getParent()); in shouldSplitOnPHIPredicatedArgument()
457 auto Preds = getTwoPredecessors(CB.getParent()); in shouldSplitOnPredicatedArgument()