HomeSort by: relevance | last modified time | path
    Searched defs:Observe (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 190 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
199 LLVM_DEBUG(dbgs() << "Observe: ");
CriticalAntiDepBreaker.cpp 102 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
PostRASchedulerList.cpp 176 /// Observe - Update liveness information to account for the current
179 void Observe(MachineInstr &MI, unsigned Count);
349 Scheduler.Observe(MI, CurrentCount);
422 /// Observe - Update liveness information to account for the current
425 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) {
427 AntiDepBreak->Observe(MI, Count, EndIndex);

Completed in 26 milliseconds