Home
last modified time | relevance | path

Searched refs:OpcodeInstMap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp920 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
926 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
961 auto &OpcodeInstMap = in checkForAllInstructions() local
963 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA, in checkForAllInstructions()
1630 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
1631 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
1940 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
1961 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
2193 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
2196 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
[all …]
H A DAttributorAttributes.cpp856 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local
862 if (auto *Insts = OpcodeInstMap.lookup(Instruction::Ret)) in initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h892 return getFunctionInfo(F).OpcodeInstMap;
965 OpcodeInstMapTy OpcodeInstMap;