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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 204 Instruction *LifeEnd = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 462 if (Info.LifeEnd)
464 Info.LifeEnd = IntrInst;
477 if (!Info.LifeStart || !Info.LifeEnd)
481 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd);
510 LLVM_DEBUG(dbgs() << "Hoisting lifetime.end: " << *LMI.LifeEnd << "\n");
511 HoistCands.insert(LMI.LifeEnd);

Completed in 55 milliseconds