Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h72 IRInstructionData *NewBack = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp813 if (Region.NewBack->Inst == OldCall) in replaceCalledFunction()
814 Region.NewBack->Inst = Call; in replaceCalledFunction()
1502 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
1510 IDL->insert(Region.Candidate->end(), *Region.NewBack); in extractSection()