Home
last modified time | relevance | path

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

/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
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()
/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
178 MergeValues(SS.getValueState(RegFormal), SS.getValueState(RegActual)); in visitCallSite()
182 MergeValues(SS.getValueState(RegI), SS.getValueState(RetF)); in visitCallSite()
196 MergeValues(SS.getValueState(RegR), SS.getValueState(RetF)); in visitReturn()
212 MergeValues(SS.getValueState(RegVal), SS.getValueState(MemPtr)); in visitStore()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h82 virtual LatticeVal MergeValues(LatticeVal X, LatticeVal Y) { in MergeValues() function
443 PNIV = LatticeFunc->MergeValues(PNIV, OpVal); in visitPHINode()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h113 bool MergeValues(const DebugLocEntry &Next);
DDwarfDebug.cpp996 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues() function in DebugLocEntry
1100 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-impl.h1222 using MergeValues = Merge<Value>; variable