Searched refs:IsTopLevel (Results 1 – 8 of 8) sorted by relevance
133 bool IsTopLevel() const { return index().empty(); } in IsTopLevel() function
1049 if (buffer->IsTopLevel() && !buffer->IsTuple()) { in AssignBuffersForComputation()
1406 if (!buffer.IsTopLevel() || in PropagateBufferConstraintToOperands()
198 bool IsTopLevel() const { return nesting_stack_.size() == 1; } in IsTopLevel() function in v8::internal::__anon12d68c6f0211::CoverageBlockIterator289 } else if (iter.IsTopLevel()) { in RewritePositionSingletonsToRanges()
321 bool IsTopLevel() const; in NON_EXPORTED_BASE()
544 bool LiveRange::IsTopLevel() const { return top_level_ == this; } in IsTopLevel() function in v8::internal::compiler::LiveRange2808 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()2865 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in SetLiveRangeAssignedRegister()
13852 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument13865 if (IsTopLevel) { in checkExceptionSpecification()13892 if (IsTopLevel && NoexceptExpr && in checkExceptionSpecification()
4445 void checkExceptionSpecification(bool IsTopLevel,