Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2023 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
2030 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
2069 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local
2070 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, QueryingAA, in checkForAllInstructions()
2916 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
3281 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
3298 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
3613 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
3617 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
3643 nullptr, OpcodeInstMap, LoadStorePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1266 return getFunctionInfo(F).OpcodeInstMap;
1344 OpcodeInstMapTy OpcodeInstMap;