Lines Matching refs:OpcodeInstMap
2023 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
2030 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
2069 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local
2070 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, QueryingAA, in checkForAllInstructions()
2916 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
2917 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
3281 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
3298 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
3613 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
3617 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
3643 nullptr, OpcodeInstMap, LoadStorePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
3655 nullptr, OpcodeInstMap, AAAllocationInfoPred, nullptr, nullptr, in identifyDefaultAbstractAttributes()