Searched refs:SpillPlacementWrapperLegacy (Results 1 – 3 of 3) sorted by relevance
42 class SpillPlacementWrapperLegacy; variable46 friend class SpillPlacementWrapperLegacy; variable179 class SpillPlacementWrapperLegacy : public MachineFunctionPass {182 SpillPlacementWrapperLegacy() : MachineFunctionPass(ID) {} in SpillPlacementWrapperLegacy() function
47 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()
277 SpillPlacer = &P.getAnalysis<SpillPlacementWrapperLegacy>().getResult(); in RequiredAnalyses()307 INITIALIZE_PASS_DEPENDENCY(SpillPlacementWrapperLegacy)358 AU.addRequired<SpillPlacementWrapperLegacy>(); in getAnalysisUsage()