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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2059 uint32_t LVN = VN.lookup_or_add(LHS); local
2065 if (LVN < RVN) {
2067 LVN = RVN;
2081 addToLeaderTable(LVN, RHS, Root.getEnd());

Completed in 810 milliseconds