Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp164 auto getInstrIdx = [](const MachineInstr &MI) { in rescheduleCanonically() local
245 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically()
246 const unsigned UseLoc = getInstrIdx(*UseInst); in rescheduleCanonically()