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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 203 Instruction *LifeStart = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 456 if (Info.LifeStart)
458 Info.LifeStart = IntrInst;
477 if (!Info.LifeStart || !Info.LifeEnd)
480 Info.SinkLifeStart = !definedInRegion(Blocks, Info.LifeStart);
502 if (!LMI.LifeStart)
505 LLVM_DEBUG(dbgs() << "Sinking lifetime.start: " << *LMI.LifeStart
507 SinkCands.insert(LMI.LifeStart);
584 if (LMI.LifeStart) {
607 assert(LMI.LifeStart &&

Completed in 16 milliseconds