Searched refs:OpcodeInstMap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 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() [all …]
|
| H A D | AttributorAttributes.cpp | 1667 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local 1673 if (auto *Insts = OpcodeInstMap.lookup(Instruction::Ret)) in initialize()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1096 return getFunctionInfo(F).OpcodeInstMap; 1176 OpcodeInstMapTy OpcodeInstMap;
|