Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp149 bool DirectSP = false; in getInliningInfo() local
187 DirectSP |= BC.MIB->hasDefOfPhysReg(Inst, SPReg) || in getInliningInfo()
201 InliningInfo Info(DirectSP ? INL_TAILCALL : INL_ANY); in getInliningInfo()