Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp316 BitVector &SpilledLocations);
322 const BitVector &SpilledLocations);
1043 BitVector &SpilledLocations) { in rewriteLocations() argument
1086 SpilledLocations.clear(); in rewriteLocations()
1087 SpilledLocations.resize(NewLocations.size()); in rewriteLocations()
1092 SpilledLocations.set(NewLocNo); in rewriteLocations()
1211 const BitVector &SpilledLocations) { in emitDebugValues() argument
1218 bool Spilled = !Loc.isUndef() ? SpilledLocations.test(Loc.locNo()) : false; in emitDebugValues()
1256 BitVector SpilledLocations; in emitDebugValues() local
1259 userValues[i]->rewriteLocations(*VRM, *TRI, SpilledLocations); in emitDebugValues()
[all …]