Searched defs:Observe (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | PostRASchedulerList.cpp | 422 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { Observe() function in SchedulePostRATDList |
H A D | CriticalAntiDepBreaker.cpp | 101 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in CriticalAntiDepBreaker |
H A D | AggressiveAntiDepBreaker.cpp | 189 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in AggressiveAntiDepBreaker |
/llvm-project/compiler-rt/lib/fuzzer/ | ||
H A D | FuzzerTracePC.cpp | 170 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs() local |