Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp799 VarList SpilledVariables; in getVarStackSlotParams() local
829 SpilledVariables.push_back(Var); in getVarStackSlotParams()
832 SortedSpilledVariables.reserve(SpilledVariables.size()); in getVarStackSlotParams()
833 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables); in getVarStackSlotParams()