Home
last modified time | relevance | path

Searched refs:EdgeBundlesWrapperLegacy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp29 char EdgeBundlesWrapperLegacy::ID = 0;
31 INITIALIZE_PASS(EdgeBundlesWrapperLegacy, "edge-bundles",
35 char &llvm::EdgeBundlesWrapperLegacyID = EdgeBundlesWrapperLegacy::ID;
37 void EdgeBundlesWrapperLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
50 bool EdgeBundlesWrapperLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DSpillPlacement.cpp53 INITIALIZE_PASS_DEPENDENCY(EdgeBundlesWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument
60 AU.addRequiredTransitive<EdgeBundlesWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
193 auto *Bundles = &getAnalysis<EdgeBundlesWrapperLegacy>().getEdgeBundles(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp276 Bundles = &P.getAnalysis<EdgeBundlesWrapperLegacy>().getEdgeBundles(); in RequiredAnalyses()
306 INITIALIZE_PASS_DEPENDENCY(EdgeBundlesWrapperLegacy)
357 AU.addRequired<EdgeBundlesWrapperLegacy>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h24 class EdgeBundlesWrapperLegacy; variable
28 friend class EdgeBundlesWrapperLegacy; variable
66 class EdgeBundlesWrapperLegacy : public MachineFunctionPass {
69 EdgeBundlesWrapperLegacy() : MachineFunctionPass(ID) {} in EdgeBundlesWrapperLegacy() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp70 AU.addRequired<EdgeBundlesWrapperLegacy>(); in getAnalysisUsage()
305 INITIALIZE_PASS_DEPENDENCY(EdgeBundlesWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument
339 Bundles = &getAnalysis<EdgeBundlesWrapperLegacy>().getEdgeBundles(); in runOnMachineFunction()