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