Searched refs:OpcodeInstMap (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1844 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument 1851 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl() 1891 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local 1892 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA, in checkForAllInstructions() 2732 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local 2733 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite() 3084 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache() 3105 for (auto &It : OpcodeInstMap) in ~FunctionInfo() 3353 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local 3357 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes() [all …]
|
| H A D | AttributorAttributes.cpp | 2074 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local 2080 if (auto *Insts = OpcodeInstMap.lookup(Instruction::Ret)) in initialize()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1256 return getFunctionInfo(F).OpcodeInstMap; 1331 OpcodeInstMapTy OpcodeInstMap;
|