Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp721 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
723 if (!CurrentMachineInstruction) { in tryFindEvictionCandidate()
726 return CurrentMachineInstruction->getOpcode(); in tryFindEvictionCandidate()
729 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
732 CurrentMachineInstruction->getParent()); in tryFindEvictionCandidate()
735 auto *CurrentMachineInstruction = in tryFindEvictionCandidate() local
737 return CurrentMachineInstruction->getParent(); in tryFindEvictionCandidate()