Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp812 VarList SpilledVariables; in getVarStackSlotParams() local
842 SpilledVariables.push_back(Var); in getVarStackSlotParams()
845 SortedSpilledVariables.reserve(SpilledVariables.size()); in getVarStackSlotParams()
846 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables); in getVarStackSlotParams()