Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp492 auto PredsWithConds = shouldSplitOnPredicatedArgument(CB, DTU); in tryToSplitCallSite() local
493 if (PredsWithConds.empty()) in tryToSplitCallSite()
494 PredsWithConds = shouldSplitOnPHIPredicatedArgument(CB); in tryToSplitCallSite()
495 if (PredsWithConds.empty()) in tryToSplitCallSite()
498 splitCallSite(CB, PredsWithConds, DTU); in tryToSplitCallSite()