Searched refs:tryToSplitCallSite (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp487 static bool tryToSplitCallSite(CallBase &CB, TargetTransformInfo &TTI, function
512 // Iterate until we reach the terminator instruction. tryToSplitCallSite
529 Changed |= tryToSplitCallSite(*CB, TTI, DTU);

Completed in 106 milliseconds