Searched refs:Observe (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DAntiDepBreaker.h51 /// Observe - Update liveness information to account for the current
54 virtual void Observe(MachineInstr *MI, unsigned Count,
H A DCriticalAntiDepBreaker.h87 /// Observe - Update liveness information to account for the current
90 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
H A DAggressiveAntiDepBreaker.h151 /// Observe - Update liveness information to account for the current
154 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
H A DPostRASchedulerList.cpp161 /// Observe - Update liveness information to account for the current
164 void Observe(MachineInstr *MI, unsigned Count);
327 Scheduler.Observe(MI, CurrentCount);
399 /// Observe - Update liveness information to account for the current
402 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) { function in class:SchedulePostRATDList
404 AntiDepBreak->Observe(MI, Count, EndIndex);
H A DCriticalAntiDepBreaker.cpp110 void CriticalAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count, function in class:CriticalAntiDepBreaker
H A DAggressiveAntiDepBreaker.cpp206 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count, function in class:AggressiveAntiDepBreaker
215 DEBUG(dbgs() << "Observe: ");

Completed in 179 milliseconds