Lines Matching refs:from
27 Node* const node = edge.from();
35 Node* const node = edge.from();
43 Node* const node = edge.from();
51 Node* const node = edge.from();
59 Node* const node = edge.from();
70 if (edge.from()->opcode() == IrOpcode::kIfException) {
71 if (out_exception != nullptr) *out_exception = edge.from();
84 if (edge.from()->opcode() == IrOpcode::kIfSuccess) {
85 return edge.from();
183 if (edge.from()->opcode() == IrOpcode::kIfSuccess) {
186 } else if (edge.from()->opcode() == IrOpcode::kIfException) {
250 Node* use = edge.from();
267 Node* use = edge.from();