Lines Matching refs:OpcodeInstMap
1233 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
1240 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
1281 auto &OpcodeInstMap = in checkForAllInstructions() local
1283 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA, in checkForAllInstructions()
2065 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
2066 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
2379 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
2400 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
2635 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
2639 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
2658 nullptr, OpcodeInstMap, LoadStorePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()