Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1059 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local
1070 NonCanonicalGlobals.push_back(I); in emitGlobals()
1093 if (!NonCanonicalGlobals.empty()) { in emitGlobals()
1094 for (unsigned i = 0, e = NonCanonicalGlobals.size(); i != e; ++i) { in emitGlobals()
1095 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals()