Searched defs:VNT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp76 ScopedHTType VNT; member in class:__anon9474::MachineCSE
422 ScopeType *Scope = new ScopeType(VNT);
446 bool FoundCSE = VNT.count(MI);
455 FoundCSE = VNT.count(MI);
465 FoundCSE = VNT.count(NewMI);
493 unsigned CSVN = VNT.lookup(MI);
501 VNT.insert(MI, CurrVN++);
507 unsigned CSVN = VNT.lookup(MI);
587 VNT.insert(MI, CurrVN++);

Completed in 46 milliseconds