Searched refs:GlobalSet (Results 1 – 1 of 1) sorted by relevance
166 const BitVector &GlobalSet, Module &M, bool isConst,480 const BitVector &GlobalSet, Module &M, in doMerge() argument489 << GlobalSet.find_first() << ", total of " << Globals.size() in doMerge()493 ssize_t i = GlobalSet.find_first(); in doMerge()505 for (j = i; j != -1; j = GlobalSet.find_next(j)) { in doMerge()569 for (ssize_t k = i, idx = 0; k != j; k = GlobalSet.find_next(k), ++idx) { in doMerge()