Home
last modified time | relevance | path

Searched defs:PSVGlobalsTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp26 struct PSVGlobalsTy { struct
28 const PseudoSourceValue PSVs[4];
29 sys::Mutex Lock; // Guards FSValues, but not the values inside it.
30 std::map<int, const PseudoSourceValue *> FSValues;
32 PSVGlobalsTy() : PSVs() {} in PSVGlobalsTy() function
33 ~PSVGlobalsTy() { in ~PSVGlobalsTy()