Home
last modified time | relevance | path

Searched refs:LiveVariablesWrapperPass (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h49 friend class LiveVariablesWrapperPass; variable
324 class LiveVariablesWrapperPass : public MachineFunctionPass {
330 LiveVariablesWrapperPass() : MachineFunctionPass(ID) { in LiveVariablesWrapperPass() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp150 AU.addRequired<LiveVariablesWrapperPass>(); in getAnalysisUsage()
153 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
623 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass)
640 LV = &getAnalysis<LiveVariablesWrapperPass>().getLV(); in runOnMachineFunction()
H A DSILowerControlFlow.cpp767 auto *LVWrapper = getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp60 char LiveVariablesWrapperPass::ID = 0;
61 char &llvm::LiveVariablesID = LiveVariablesWrapperPass::ID;
62 INITIALIZE_PASS_BEGIN(LiveVariablesWrapperPass, "livevars",
65 INITIALIZE_PASS_END(LiveVariablesWrapperPass, "livevars", in INITIALIZE_PASS_DEPENDENCY()
68 void LiveVariablesWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
H A DPHIElimination.cpp119 auto *LVWrapper = P->getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in PHIEliminationImpl()
189 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
194 AU.addUsedIfAvailable<LiveVariablesWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
195 AU.addPreserved<LiveVariablesWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
H A DTwoAddressInstructionPass.cpp221 AU.addUsedIfAvailable<LiveVariablesWrapperPass>(); in getAnalysisUsage()
222 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
286 auto *LVWrapper = P->getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in TwoAddressInstructionImpl()
H A DMachineVerifier.cpp322 AU.addUsedIfAvailable<LiveVariablesWrapperPass>(); in getAnalysisUsage()
454 auto *LVWrapper = PASS->getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in verify()
H A DLiveIntervals.cpp113 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp158 AU.addRequired<LiveVariablesWrapperPass>(); in getAnalysisUsage()
162 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
206 LV = &getAnalysis<LiveVariablesWrapperPass>().getLV(); in initialize()
2041 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass)