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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 71 IRInstructionData *NewFront = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 811 if (Region.NewFront->Inst == OldCall)
812 Region.NewFront->Inst = Call;
1500 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData(
1507 IDL->insert(Region.Candidate->begin(), *Region.NewFront);

Completed in 136 milliseconds