Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1413 auto Ite = LastUseMI.find(Reg); in computeLastUses() local
1414 if (Ite == LastUseMI.end()) { in computeLastUses()
1417 MachineInstr *Orig = Ite->second; in computeLastUses()