Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp75 ScopedHTType VNT; member in __anon18025eaf0111::MachineCSE
341 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
364 bool FoundCSE = VNT.count(MI); in ProcessBlock()
373 FoundCSE = VNT.count(MI); in ProcessBlock()
383 FoundCSE = VNT.count(NewMI); in ProcessBlock()
404 unsigned CSVN = VNT.lookup(MI); in ProcessBlock()
411 VNT.insert(MI, CurrVN++); in ProcessBlock()
417 unsigned CSVN = VNT.lookup(MI); in ProcessBlock()
470 VNT.insert(MI, CurrVN++); in ProcessBlock()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp79 ScopedHTType VNT; member in __anone126a1830111::MachineCSE
438 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
463 bool FoundCSE = VNT.count(MI); in ProcessBlock()
474 FoundCSE = VNT.count(MI); in ProcessBlock()
483 FoundCSE = VNT.count(NewMI); in ProcessBlock()
511 unsigned CSVN = VNT.lookup(MI); in ProcessBlock()
519 VNT.insert(MI, CurrVN++); in ProcessBlock()
525 unsigned CSVN = VNT.lookup(MI); in ProcessBlock()
641 VNT.insert(MI, CurrVN++); in ProcessBlock()