Home
last modified time | relevance | path

Searched refs:PhysicalRegisterUsageInfoWrapperLegacy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoPropagate.cpp79 AU.addRequired<PhysicalRegisterUsageInfoWrapperLegacy>(); in getAnalysisUsage()
89 INITIALIZE_PASS_DEPENDENCY(PhysicalRegisterUsageInfoWrapperLegacy)
111 &getAnalysis<PhysicalRegisterUsageInfoWrapperLegacy>().getPRUI(); in runOnMachineFunction()
H A DRegUsageInfoCollector.cpp65 AU.addRequired<PhysicalRegisterUsageInfoWrapperLegacy>(); in getAnalysisUsage()
78 INITIALIZE_PASS_DEPENDENCY(PhysicalRegisterUsageInfoWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument
120 getAnalysis<PhysicalRegisterUsageInfoWrapperLegacy>().getPRUI(); in runOnMachineFunction()
H A DRegisterUsageInfo.cpp37 INITIALIZE_PASS(PhysicalRegisterUsageInfoWrapperLegacy, "reg-usage-info",
40 char PhysicalRegisterUsageInfoWrapperLegacy::ID = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterUsageInfo.h66 class PhysicalRegisterUsageInfoWrapperLegacy : public ImmutablePass {
71 PhysicalRegisterUsageInfoWrapperLegacy() : ImmutablePass(ID) { in PhysicalRegisterUsageInfoWrapperLegacy() function