Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp51 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) { in MachineCSE()
81 unsigned CurrVN; member in __anondf821cc60111::MachineCSE
520 VNT.insert(MI, CurrVN++); in ProcessBlock()
642 VNT.insert(MI, CurrVN++); in ProcessBlock()
680 CurrVN = 0; in PerformCSE()