Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp493 auto PredsWithConds = shouldSplitOnPredicatedArgument(CB, DTU); in tryToSplitCallSite() local
494 if (PredsWithConds.empty()) in tryToSplitCallSite()
495 PredsWithConds = shouldSplitOnPHIPredicatedArgument(CB); in tryToSplitCallSite()
496 if (PredsWithConds.empty()) in tryToSplitCallSite()
499 splitCallSite(CB, PredsWithConds, DTU); in tryToSplitCallSite()