Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp79 ScopedHTType VNT; member in __anondf821cc60111::MachineCSE
438 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
463 bool FoundCSE = VNT.count(MI); in ProcessBlock()
474 FoundCSE = VNT.count(MI); in ProcessBlock()
484 FoundCSE = VNT.count(NewMI); in ProcessBlock()
512 unsigned CSVN = VNT.lookup(MI); in ProcessBlock()
520 VNT.insert(MI, CurrVN++); in ProcessBlock()
526 unsigned CSVN = VNT.lookup(MI); in ProcessBlock()
642 VNT.insert(MI, CurrVN++); in ProcessBlock()