Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Done

147         auto *DoneBB = CGF.createBasicBlock(".untied.done.");
407 // Restore original CapturedStmtInfo only if we're done with code emission.
2064 void Done(CodeGenFunction &CGF) {
2117 Action.Done(CGF);
2252 Action.Done(CGF);
4152 auto DoneBB = CGF.createBasicBlock("omp.arraycpy.done");
4191 auto Done =
4192 CGF.Builder.CreateICmpEQ(LHSElementNext, LHSEnd, "omp.arraycpy.done");
4193 CGF.Builder.CreateCondBr(Done, DoneBB, BodyBB);
4197 // Done.
4879 // the number of teams to pass to the runtime function call. This is done
4928 done
5341 // If we have a final array section, we are done with this expression.
5909 // so just signal we are done with this target region.