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.cpp2027 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
2034 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
2073 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions() local
2074 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, QueryingAA, in checkForAllInstructions()
2920 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
2921 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
3286 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
3303 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
3618 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
3622 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1267 return getFunctionInfo(F).OpcodeInstMap;
1345 OpcodeInstMapTy OpcodeInstMap;