Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2020 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
2027 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
2066 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local
2067 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, QueryingAA, in checkForAllInstructions()
2909 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
2910 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
3267 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
3284 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
3606 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
3610 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1280 return getFunctionInfo(F).OpcodeInstMap;
1367 OpcodeInstMapTy OpcodeInstMap;