Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp742 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
744 if (!CurrentMachineInstruction) { in tryFindEvictionCandidate()
747 return CurrentMachineInstruction->getOpcode(); in tryFindEvictionCandidate()
750 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
753 CurrentMachineInstruction->getParent()); in tryFindEvictionCandidate()
756 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
758 return CurrentMachineInstruction->getParent(); in tryFindEvictionCandidate()