Home
last modified time | relevance | path

Searched refs:CurrentMBBReference (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.h47 MachineBasicBlock *CurrentMBBReference,
H A DMLRegAllocEvictAdvisor.cpp998 MachineBasicBlock *CurrentMBBReference = GetMBBReference(CurrentIndex); in extractInstructionFeatures() local
999 if (VisitedMBBs.count(CurrentMBBReference) == 0) { in extractInstructionFeatures()
1000 VisitedMBBs[CurrentMBBReference] = CurrentMBBIndex; in extractInstructionFeatures()
1004 GetMBBFreq, CurrentMBBReference, RegallocRunner, in extractInstructionFeatures()
1064 MachineBasicBlock *CurrentMBBReference, in extractMBBFrequency() argument
1067 size_t CurrentMBBIndex = VisitedMBBs[CurrentMBBReference]; in extractMBBFrequency()