Home
last modified time | relevance | path

Searched defs:MergeValues (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h96 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h97 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h82 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp152 CVPLatticeVal MergeValues(CVPLatticeVal X, CVPLatticeVal Y) override { in MergeValues() function in __anond4389d6e0111::CVPLatticeFunc
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp124 TestLatticeVal MergeValues(TestLatticeVal X, TestLatticeVal Y) override { in MergeValues() function in __anonc8b100540211::TestLatticeFunc
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp772 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues() function in DebugLocEntry
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp996 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues() function in DebugLocEntry
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h1222 using MergeValues = Merge<Value>; variable