Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp79 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences() function
97 if (Call->isTailCall() && operandReferences(Call, Frame, AA) && in removeTailCallAttribute()