Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h54 bool isLiveAtStatepointVarArg(LiveInterval &LI);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp130 bool VirtRegAuxInfo::isLiveAtStatepointVarArg(LiveInterval &LI) { in isLiveAtStatepointVarArg() function in VirtRegAuxInfo
308 !isLiveAtStatepointVarArg(LI)) { in weightCalcHelper()