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

/external/llvm/include/llvm/Support/
H A DCommandLine.h966 OptionValue<DT> OV = V; local
967 P.printOptionDiff(O, OV, Default, GlobalWidth);
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1774 const Val &OV = Other.Vals[OtherI->valno->id]; local
1775 TaintedLanes &= ~OV.WriteLanes;
1776 if (!OV.RedefVNI)

Completed in 2118 milliseconds