Searched refs:ProcessMI (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineLICM.cpp | 168 void ProcessMI(MachineInstr *MI, unsigned *PhysRegDefs, 385 void MachineLICM::ProcessMI(MachineInstr *MI, in ProcessMI() function in MachineLICM 497 ProcessMI(MI, PhysRegDefs, StoredFIs, Candidates); in HoistRegionPostRA()
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 169 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs, 351 void MachineLICM::ProcessMI(MachineInstr *MI, in ProcessMI() function in MachineLICM 469 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
|