Lines Matching defs:OpcodeInstMap
2027 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap,
2034 auto *Insts = OpcodeInstMap.lookup(Opcode);
2073 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2074 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, QueryingAA,
2920 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2921 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr,
3286 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()];
3303 for (auto &It : OpcodeInstMap)
3618 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
3622 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr,
3648 nullptr, OpcodeInstMap, LoadStorePred, nullptr, nullptr,
3660 nullptr, OpcodeInstMap, AAAllocationInfoPred, nullptr, nullptr,