Home
last modified time | relevance | path

Searched refs:NewFront (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h71 IRInstructionData *NewFront = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp811 if (Region.NewFront->Inst == OldCall) in replaceCalledFunction()
812 Region.NewFront->Inst = Call; in replaceCalledFunction()
1500 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
1507 IDL->insert(Region.Candidate->begin(), *Region.NewFront); in extractSection()