Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h50 friend class LiveVariablesWrapperPass; variable
326 class LLVM_ABI LiveVariablesWrapperPass : public MachineFunctionPass {
332 LiveVariablesWrapperPass() : MachineFunctionPass(ID) { in LiveVariablesWrapperPass() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp159 AU.addRequired<LiveVariablesWrapperPass>(); in getAnalysisUsage()
162 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
628 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass)
642 LiveVariables *LV = &getAnalysis<LiveVariablesWrapperPass>().getLV(); in runOnMachineFunction()
H A DSILowerControlFlow.cpp164 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
874 auto *LVWrapper = getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp59 char LiveVariablesWrapperPass::ID = 0;
60 char &llvm::LiveVariablesID = LiveVariablesWrapperPass::ID;
61 INITIALIZE_PASS_BEGIN(LiveVariablesWrapperPass, "livevars",
64 INITIALIZE_PASS_END(LiveVariablesWrapperPass, "livevars", in INITIALIZE_PASS_DEPENDENCY()
67 void LiveVariablesWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
H A DPHIElimination.cpp121 auto *LVWrapper = P->getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in PHIEliminationImpl()
190 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
195 AU.addUsedIfAvailable<LiveVariablesWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
196 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 DLiveIntervals.cpp115 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
H A DMachineVerifier.cpp375 AU.addUsedIfAvailable<LiveVariablesWrapperPass>(); in getAnalysisUsage()
492 auto *LVWrapper = PASS->getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in verify()
H A DMachineSink.cpp818 auto *LVWrapper = getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp155 AU.addRequired<LiveVariablesWrapperPass>(); in getAnalysisUsage()
159 AU.addPreserved<LiveVariablesWrapperPass>(); in getAnalysisUsage()
202 LV = &getAnalysis<LiveVariablesWrapperPass>().getLV(); in initialize()
2045 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass)