Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h311 ComplementSpillMode SpillMode = SM_Partition; variable
350 return LICalc[SpillMode != SM_Partition && RegIdx != 0]; in getLICalc()
H A DSplitKit.cpp370 SpillMode = SM; in reset()
378 if (SpillMode) in reset()
767 if (SpillMode && !SlotIndex::isSameInstr(ParentVNI->def, Idx) && in leaveIntvAfter()
1098 if (SpillMode == SM_Speed && in hoistCopies()
1129 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()
1239 if (SpillMode) in transferValues()
1524 switch (SpillMode) { in finish()