Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp819 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
821 if (!CurrentMachineInstruction) { in tryFindEvictionCandidate()
824 return CurrentMachineInstruction->getOpcode(); in tryFindEvictionCandidate()
827 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
830 CurrentMachineInstruction->getParent()); in tryFindEvictionCandidate()
833 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
835 return CurrentMachineInstruction->getParent(); in tryFindEvictionCandidate()