Searched refs:idx2MBBMap (Results 1 – 2 of 2) sorted by relevance
60 idx2MBBMap.clear(); in clear()82 assert(idx2MBBMap.empty() && in analyze()91 idx2MBBMap.reserve(mf->size()); in analyze()118 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, &MBB)); in analyze()122 llvm::sort(idx2MBBMap, less_first()); in analyze()
317 SmallVector<IdxMBBPair, 8> idx2MBBMap; variable506 return idx2MBBMap.begin(); in MBBIndexBegin()511 return idx2MBBMap.end(); in MBBIndexEnd()629 idx2MBBMap.push_back(IdxMBBPair(startIdx, mbb)); in insertMBBInMaps()632 llvm::sort(idx2MBBMap, less_first()); in insertMBBInMaps()