Searched refs:getInstrIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp142 auto getInstrIdx = [](const MachineInstr &MI) { local
225 const unsigned DefLoc = getInstrIdx(*Def);
226 const unsigned UseLoc = getInstrIdx(*UseInst);

Completed in 95 milliseconds