Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp77 class UserValueScopes { class
83 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {} in UserValueScopes() function in __anon008224d20111::UserValueScopes
229 UserValueScopes &UVS);
248 UserValueScopes &UVS);
489 UserValueScopes &UVS) { in extendDef()
623 UserValueScopes &UVS) { in computeIntervals()
658 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); in computeIntervals()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp82 class UserValueScopes { class
88 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {} in UserValueScopes() function in __anonb2ee42a60111::UserValueScopes
239 UserValueScopes &UVS);
258 UserValueScopes &UVS);
545 UserValueScopes &UVS) { in extendDef()
665 UserValueScopes &UVS) { in computeIntervals()
717 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); in computeIntervals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp91 class UserValueScopes { class in __anon2f1687750111::LiveDebugValues
97 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {} in UserValueScopes() function in __anon2f1687750111::LiveDebugValues::UserValueScopes
130 mutable UserValueScopes UVS;