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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp72 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { function
86 if (Call->isTailCall() && operandReferences(Call, Frame, AA)) {

Completed in 57 milliseconds