Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h97 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h96 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h110 bool MergeValues(const DebugLocEntry &Next);
DDwarfDebug.cpp772 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues() function in DebugLocEntry
878 if (DebugLoc.back().MergeValues(Loc)) in buildLocationList()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp266 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp265 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()
/external/v8/src/wasm/
Dfunction-body-decoder.cc85 struct MergeValues { struct
114 MergeValues merge;
972 MergeValues* merge = nullptr; in DecodeFunctionBody()