Lines Matching defs:OpcodeInstMap
2010 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap,
2017 auto *Insts = OpcodeInstMap.lookup(Opcode);
2056 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2057 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, QueryingAA,
2903 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2904 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr,
3271 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()];
3288 for (auto &It : OpcodeInstMap)
3610 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
3614 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr,
3640 nullptr, OpcodeInstMap, LoadStorePred, nullptr, nullptr,
3652 nullptr, OpcodeInstMap, AAAllocationInfoPred, nullptr, nullptr,