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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2000 uint32_t LVN = VN.lookup_or_add(LHS); local
2006 if (LVN < RVN) {
2008 LVN = RVN;
2017 addToLeaderTable(LVN, RHS, Root);

Completed in 45 milliseconds