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

/freebsd-9.3-release/contrib/llvm/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.cpp168 /// Observe - Update liveness information to account for the current
171 void Observe(MachineInstr *MI, unsigned Count);
336 Scheduler.Observe(MI, CurrentCount);
408 /// Observe - Update liveness information to account for the current
411 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) { function in class:SchedulePostRATDList
413 AntiDepBreak->Observe(MI, Count, EndIndex);
H A DCriticalAntiDepBreaker.cpp94 void CriticalAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count, function in class:CriticalAntiDepBreaker
H A DAggressiveAntiDepBreaker.cpp189 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count, function in class:AggressiveAntiDepBreaker
198 DEBUG(dbgs() << "Observe: ");

Completed in 186 milliseconds