Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp496 auto PredsWithConds = shouldSplitOnPredicatedArgument(CS, DTU); in tryToSplitCallSite() local
497 if (PredsWithConds.empty()) in tryToSplitCallSite()
498 PredsWithConds = shouldSplitOnPHIPredicatedArgument(CS); in tryToSplitCallSite()
499 if (PredsWithConds.empty()) in tryToSplitCallSite()
502 splitCallSite(CS, PredsWithConds, DTU); in tryToSplitCallSite()