Searched refs:MachineModuleInfoWrapperPass (Results 1 – 14 of 14) sorted by relevance
323 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()324 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()329 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()347 MachineModuleInfoWrapperPass::MachineModuleInfoWrapperPass( in MachineModuleInfoWrapperPass() function in MachineModuleInfoWrapperPass354 INITIALIZE_PASS(MachineModuleInfoWrapperPass, "machinemoduleinfo",356 char MachineModuleInfoWrapperPass::ID = 0;358 bool MachineModuleInfoWrapperPass::doInitialization(Module &M) { in doInitialization()365 bool MachineModuleInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
100 MachineModuleInfoWrapperPass &MMIWP) { in addPassesToGenerateCode()193 MachineModuleInfoWrapperPass *MMIWP) { in addPassesToEmitFile()196 MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitFile()230 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitMC()
44 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()104 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()105 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
253 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()314 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
853 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()854 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()1134 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction()1433 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
107 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction()
465 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()607 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
137 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction()
3110 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction()
79 friend class MachineModuleInfoWrapperPass; variable263 class MachineModuleInfoWrapperPass : public ImmutablePass {268 explicit MachineModuleInfoWrapperPass(const LLVMTargetMachine *TM = nullptr);
61 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()62 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()100 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
176 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
28 class MachineModuleInfoWrapperPass; variable284 MachineModuleInfoWrapperPass *MMIWP = nullptr) {342 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
251 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()259 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in doInitialization()