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

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h92 /// MergeValues - Compute and return the merge of the two specified lattice
95 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { function in class:llvm::AbstractLatticeFunction
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h96 bool MergeValues(const DebugLocEntry &Next) { function in class:llvm::DebugLocEntry
H A DDwarfDebug.cpp867 if (DebugLoc.back().MergeValues(Loc))
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp266 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);

Completed in 1130 milliseconds