Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1233 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument
1240 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl()
1281 auto &OpcodeInstMap = in checkForAllInstructions() local
1283 if (!checkForAllInstructionsImpl(this, OpcodeInstMap, Pred, &QueryingAA, in checkForAllInstructions()
2065 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite() local
2066 if (!checkForAllInstructionsImpl(nullptr, OpcodeInstMap, InstPred, nullptr, in isValidFunctionSignatureRewrite()
2379 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache()
2400 for (auto &It : OpcodeInstMap) in ~FunctionInfo()
2635 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local
2639 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
[all …]
H A DAttributorAttributes.cpp1544 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local
1550 if (auto *Insts = OpcodeInstMap.lookup(Instruction::Ret)) in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h964 return getFunctionInfo(F).OpcodeInstMap;
1047 OpcodeInstMapTy OpcodeInstMap;