Home
last modified time | relevance | path

Searched refs:Resumes (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDDwarfEHPrepare.cpp58 SmallVectorImpl<ResumeInst *> &Resumes,
143 Function &Fn, SmallVectorImpl<ResumeInst *> &Resumes, in pruneUnreachableResumes() argument
145 BitVector ResumeReachable(Resumes.size()); in pruneUnreachableResumes()
147 for (auto *RI : Resumes) { in pruneUnreachableResumes()
159 return Resumes.size(); in pruneUnreachableResumes()
167 for (size_t I = 0, E = Resumes.size(); I < E; ++I) { in pruneUnreachableResumes()
168 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes()
170 Resumes[ResumesLeft++] = RI; in pruneUnreachableResumes()
178 Resumes.resize(ResumesLeft); in pruneUnreachableResumes()
185 SmallVector<ResumeInst*, 16> Resumes; in InsertUnwindResumeCalls() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp964 SmallVector<CallInst *, 4> Resumes; in addMustTailToCoroResumes() local
971 Resumes.push_back(Call); in addMustTailToCoroResumes()
974 for (CallInst *Call : Resumes) in addMustTailToCoroResumes()
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdb.info-26502 Asynchronous command. Resumes the execution of the inferior program
6529 Asynchronous command. Resumes the execution of the inferior program
6611 Asynchronous command. Resumes execution of the inferior program,
6758 Asynchronous command. Resumes execution of the inferior program,
6797 Asynchronous command. Resumes the inferior which executes one
HDgdb.texinfo16306 Asynchronous command. Resumes the execution of the inferior program
16335 Asynchronous command. Resumes the execution of the inferior program
16423 Asynchronous command. Resumes execution of the inferior program, stopping
16578 Asynchronous command. Resumes execution of the inferior program, stopping
16621 Asynchronous command. Resumes the inferior which executes one machine