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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 2353 SmallVector<Instruction *, 1> Lifetimes;
2363 Lifetimes.push_back(U);
2369 Lifetimes.push_back(U->user_back());
2393 if (Valid && Lifetimes.size() != 0) {
2396 if (isa<AllocaInst>(Lifetimes[0]->getOperand(1)))
2403 auto *NewLifetime = Lifetimes[0]->clone();
2408 for (Instruction *S : Lifetimes)
CoroFrame.cpp 2353 SmallVector<Instruction *, 1> Lifetimes;
2363 Lifetimes.push_back(U);
2369 Lifetimes.push_back(U->user_back());
2393 if (Valid && Lifetimes.size() != 0) {
2396 if (isa<AllocaInst>(Lifetimes[0]->getOperand(1)))
2403 auto *NewLifetime = Lifetimes[0]->clone();
2408 for (Instruction *S : Lifetimes)

Completed in 134 milliseconds