Searched refs:NonCanonicalGlobals (Results 1 – 1 of 1) sorted by relevance
1278 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local1288 NonCanonicalGlobals.push_back(&GV); in emitGlobals()1311 if (!NonCanonicalGlobals.empty()) { in emitGlobals()1312 for (unsigned i = 0, e = NonCanonicalGlobals.size(); i != e; ++i) { in emitGlobals()1313 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals()