Home
last modified time | relevance | path

Searched refs:MergeValues (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h95 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h96 bool MergeValues(const DebugLocEntry &Next) { in MergeValues() function
DDwarfDebug.cpp867 if (DebugLoc.back().MergeValues(Loc)) in buildLocationList()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp266 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()