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

  /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 169 /// Observe - Update liveness information to account for the current
172 void Observe(MachineInstr *MI, unsigned Count);
338 Scheduler.Observe(MI, CurrentCount);
414 /// Observe - Update liveness information to account for the current
417 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) {
419 AntiDepBreak->Observe(MI, Count, EndIndex);

Completed in 75 milliseconds