Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpillPlacement.h42 class SpillPlacementWrapperLegacy; variable
46 friend class SpillPlacementWrapperLegacy; variable
179 class SpillPlacementWrapperLegacy : public MachineFunctionPass {
182 SpillPlacementWrapperLegacy() : MachineFunctionPass(ID) {} in SpillPlacementWrapperLegacy() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp47 char SpillPlacementWrapperLegacy::ID = 0;
49 char &llvm::SpillPlacementID = SpillPlacementWrapperLegacy::ID;
51 INITIALIZE_PASS_BEGIN(SpillPlacementWrapperLegacy, DEBUG_TYPE,
54 INITIALIZE_PASS_END(SpillPlacementWrapperLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
57 void SpillPlacementWrapperLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
192 bool SpillPlacementWrapperLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DRegAllocGreedy.cpp277 SpillPlacer = &P.getAnalysis<SpillPlacementWrapperLegacy>().getResult(); in RequiredAnalyses()
307 INITIALIZE_PASS_DEPENDENCY(SpillPlacementWrapperLegacy)
358 AU.addRequired<SpillPlacementWrapperLegacy>(); in getAnalysisUsage()