HomeSort by: relevance | last modified time | path
    Searched defs:operandReferences (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroElide.cpp 72 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) {
90 if (Call->isTailCall() && operandReferences(Call, Frame, AA) &&

Completed in 17 milliseconds