Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp1168 static inline bool coalescable(const LiveRange::Segment &A, in coalescable() function
1229 while (ReadI != E && coalescable(Seg, *ReadI)) { in add()
1235 if (!Spills.empty() && coalescable(Spills.back(), Seg)) { in add()
1242 if (WriteI != LR->begin() && coalescable(WriteI[-1], Seg)) { in add()