Lines Matching full:sink
84 if (!DefFirst) // Not a sink
121 // Gather sinkable DBG_VALUEs. We should not sink a DBG_VALUE if there is
125 // DBG_VALUE %0, !"a", !DIExpression() // Should not sink with %0
128 // Where if %0 were to sink, the DBG_VAUE should not sink with it, as that
156 // DBG_VALUE %0, !"a", !DIExpression() // Can sink with %0
243 // Sink 'Def', and also sink its eligible DBG_VALUEs to the place before
246 // For DBG_VALUEs to sink properly, if 'Def' and 'Insert' are within the same
253 void WebAssemblyDebugValueManager::sink(MachineInstr *Insert) {
255 // the same place, we don't need to do anything. If we actually do the sink,
262 // If we actually sink %0 and the following DBG_VALUE and setting the original
279 // Sink Def first.
312 // If %2 were to sink below %3, if we just sink DBG_VALUE %1 with it, the