Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp152 CVPLatticeVal MergeValues(CVPLatticeVal X, CVPLatticeVal Y) override { in MergeValues() function in __anon754f60900111::CVPLatticeFunc
250 MergeValues(SS.getValueState(RegI), SS.getValueState(RetF)); in visitReturn()
288 MergeValues(SS.getValueState(RegFormal), SS.getValueState(RegActual)); in visitCallSite()
297 MergeValues(SS.getValueState(RegI), SS.getValueState(RetF)); in visitCallSite()
309 MergeValues(SS.getValueState(RegT), SS.getValueState(RegF)); in visitSelect()
322 MergeValues(SS.getValueState(RegI), SS.getValueState(MemGV)); in visitLoad()
340 MergeValues(SS.getValueState(RegI), SS.getValueState(MemGV)); in visitStore()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h82 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
443 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h113 bool MergeValues(const DebugLocEntry &Next);
H A DDwarfDebug.cpp1089 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues() function in DebugLocEntry
1205 if (DebugLoc.back().MergeValues(Loc)) in buildLocationList()