HomeSort by relevance Sort by last modified time
    Searched defs:Observe (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 206 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
215 DEBUG(dbgs() << "Observe: ");
    [all...]
CriticalAntiDepBreaker.cpp 127 void CriticalAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
PostRASchedulerList.cpp 155 /// Observe - Update liveness information to account for the current
158 void Observe(MachineInstr *MI, unsigned Count);
270 Scheduler.Observe(MI, CurrentCount);
341 /// Observe - Update liveness information to account for the current
344 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) {
346 AntiDepBreak->Observe(MI, Count, InsertPosIndex);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 197 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
206 LLVM_DEBUG(dbgs() << "Observe: ");
    [all...]
CriticalAntiDepBreaker.cpp 107 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
PostRASchedulerList.cpp 178 /// Observe - Update liveness information to account for the current
181 void Observe(MachineInstr &MI, unsigned Count);
351 Scheduler.Observe(MI, CurrentCount);
428 /// Observe - Update liveness information to account for the current
431 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) {
433 AntiDepBreak->Observe(MI, Count, EndIndex);
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 183 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
192 DEBUG(dbgs() << "Observe: ");
    [all...]
CriticalAntiDepBreaker.cpp 90 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
PostRASchedulerList.cpp 178 /// Observe - Update liveness information to account for the current
181 void Observe(MachineInstr &MI, unsigned Count);
351 Scheduler.Observe(MI, CurrentCount);
429 /// Observe - Update liveness information to account for the current
432 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) {
434 AntiDepBreak->Observe(MI, Count, EndIndex);

Completed in 214 milliseconds