Searched refs:NonCanonicalGlobals (Results 1 – 1 of 1) sorted by relevance
1059 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local1070 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()