Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h96 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/llvm-project/llvm/include/llvm/Analysis/
DSparsePropagation.h81 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h81 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp151 CVPLatticeVal MergeValues(CVPLatticeVal X, CVPLatticeVal Y) override { in MergeValues() function in __anonedd172220111::CVPLatticeFunc
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp153 CVPLatticeVal MergeValues(CVPLatticeVal X, CVPLatticeVal Y) override { in MergeValues() function in __anon47f8be160111::CVPLatticeFunc
/external/llvm-project/llvm/unittests/Analysis/
DSparsePropagation.cpp122 TestLatticeVal MergeValues(TestLatticeVal X, TestLatticeVal Y) override { in MergeValues() function in __anon8dd114880211::TestLatticeFunc
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp772 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues() function in DebugLocEntry