Lines Matching refs:OpcodeInstMap
1605 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
1612 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
1651 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local
1652 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA, in checkForAllInstructions()
2475 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
2476 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
2825 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
2846 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
3094 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
3098 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
3122 nullptr, OpcodeInstMap, LoadStorePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()