Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.h47 MachineBasicBlock *CurrentMBBReference,
H A DMLRegallocEvictAdvisor.cpp980 MachineBasicBlock *CurrentMBBReference = GetMBBReference(CurrentIndex); in extractInstructionFeatures() local
981 if (VisitedMBBs.count(CurrentMBBReference) == 0) { in extractInstructionFeatures()
982 VisitedMBBs[CurrentMBBReference] = CurrentMBBIndex; in extractInstructionFeatures()
986 GetMBBFreq, CurrentMBBReference, RegallocRunner, in extractInstructionFeatures()
1046 MachineBasicBlock *CurrentMBBReference, in extractMBBFrequency() argument
1049 size_t CurrentMBBIndex = VisitedMBBs[CurrentMBBReference]; in extractMBBFrequency()