Home | History | Annotate | Download | only in compiler

Lines Matching full:isallocation

452 bool EscapeStatusAnalysis::IsAllocation(Node* node) {
533 if (IsAllocation(rep) && CheckUsesForEscape(node, rep)) {
559 if (IsAllocation(input)) continue;
570 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) {
585 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) {
665 if (!IsAllocation(rep) && SetEscaped(rep)) {