OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnyCoroSuspendInst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
477
class LLVM_LIBRARY_VISIBILITY
AnyCoroSuspendInst
: public IntrinsicInst {
493
class LLVM_LIBRARY_VISIBILITY CoroSuspendInst : public
AnyCoroSuspendInst
{
518
inline CoroSaveInst *
AnyCoroSuspendInst
::getCoroSave() const {
525
class LLVM_LIBRARY_VISIBILITY CoroSuspendAsyncInst : public
AnyCoroSuspendInst
{
566
class LLVM_LIBRARY_VISIBILITY CoroSuspendRetconInst : public
AnyCoroSuspendInst
{
CoroInternal.h
102
SmallVector<
AnyCoroSuspendInst
*, 4> CoroSuspends;
CoroSplit.cpp
111
AnyCoroSuspendInst
*ActiveSuspend = nullptr;
124
Function *NewF,
AnyCoroSuspendInst
*ActiveSuspend)
458
getFunctionTypeFromAsyncSuspend(
AnyCoroSuspendInst
*Suspend) {
469
AnyCoroSuspendInst
*ActiveSuspend) {
566
for (
AnyCoroSuspendInst
*CS : Shape.CoroSuspends) {
570
auto *MappedCS = cast<
AnyCoroSuspendInst
>(VMap[CS]);
724
auto *MappedCS = cast<
AnyCoroSuspendInst
>(VMap[ActiveSuspend]);
Coroutines.cpp
355
for (
AnyCoroSuspendInst
*CS : CoroSuspends) {
CoroFrame.cpp
158
if (isa<
AnyCoroSuspendInst
>(I)) {
1556
} else if (auto *CSI = dyn_cast<
AnyCoroSuspendInst
>(Def)) {
1971
return isa<
AnyCoroSuspendInst
>(BB->front());
Completed in 30 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026