Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp1024 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local
1035 NonCanonicalGlobals.push_back(I); in emitGlobals()
1058 if (!NonCanonicalGlobals.empty()) { in emitGlobals()
1059 for (unsigned i = 0, e = NonCanonicalGlobals.size(); i != e; ++i) { in emitGlobals()
1060 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1273 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local
1283 NonCanonicalGlobals.push_back(&GV); in emitGlobals()
1306 if (!NonCanonicalGlobals.empty()) { in emitGlobals()
1307 for (unsigned i = 0, e = NonCanonicalGlobals.size(); i != e; ++i) { in emitGlobals()
1308 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals()