Searched refs:OpcodeInstMap (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 976 auto &OpcodeInstMap = A.getInfoCache().getOpcodeInstMapForFunction(*F); in initialize() local 982 for (Instruction *RI : OpcodeInstMap[Instruction::Ret]) in initialize() 5765 checkForAllInstructionsImpl(InformationCache::OpcodeInstMapTy &OpcodeInstMap, in checkForAllInstructionsImpl() argument 5770 for (Instruction *I : OpcodeInstMap[Opcode]) { in checkForAllInstructionsImpl() 5800 auto &OpcodeInstMap = in checkForAllInstructions() local 5802 if (!checkForAllInstructionsImpl(OpcodeInstMap, Pred, &LivenessAA, AnyDead, in checkForAllInstructions() 6220 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in registerFunctionSignatureRewrite() local 6221 if (!checkForAllInstructionsImpl(OpcodeInstMap, InstPred, nullptr, AnyDead, in registerFunctionSignatureRewrite() 6646 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes() local 6649 OpcodeInstMap, CallSitePred, nullptr, AnyDead, in identifyDefaultAbstractAttributes() [all …]
|