Searched refs:MachineLICM (Results 1 – 11 of 11) sorted by relevance
71 class MachineLICM : public MachineFunctionPass { class126 MachineLICM() : in MachineLICM() function in __anon19b931500111::MachineLICM131 explicit MachineLICM(bool PreRA) : in MachineLICM() function in __anon19b931500111::MachineLICM312 char MachineLICM::ID = 0;313 char &llvm::MachineLICMID = MachineLICM::ID;314 INITIALIZE_PASS_BEGIN(MachineLICM, "machinelicm",319 INITIALIZE_PASS_END(MachineLICM, "machinelicm", in INITIALIZE_PASS_DEPENDENCY()336 bool MachineLICM::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()422 void MachineLICM::ProcessMI(MachineInstr *MI, in ProcessMI()510 void MachineLICM::HoistRegionPostRA() { in HoistRegionPostRA()[all …]
60 MachineLICM.cpp
62 MachineLICM.cpp \
2 ; This tests currently fails as MachineLICM does not compute register pressure6 ; MachineLICM should take register pressure into account.
3 ; MachineLICM should check dominance before hoisting instructions.
3 ; MachineLICM should be able to hoist the sF reference out of the loop.
62 ; Check that MachineLICM doesn't hoist rdrand instructions.
4 ; MachineLICM should be able to hoist the symbolic addresses out of
4 ; MachineLICM should be able to hoist loop invariant reload out of the loop.
3 ; MachineLICM should hoist the LDWCP out of the loop.
640 + MachineLICM.cpp \