Lines Matching defs:body
629 const Block& body = function.body()->as<Block>();
636 body.children().size(); // Inlined code
685 for (const std::unique_ptr<Statement>& stmt : body.children()) {
803 this->visitStatement(&funcDef.body());
846 // The loop body is a candidate for inlining.
850 // - We would need to insert the inlined-body block at the very end of the do-
870 // The initializer and loop body are candidates for inlining.
1173 // Ensure that the inlined body has a scope if it needs one.
1176 // Add references within the inlined body