Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h71 IRInstructionData *NewBack = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1513 if (Region.NewBack->Inst == OldCall) in replaceCalledFunction()
1514 Region.NewBack->Inst = Call; in replaceCalledFunction()
2759 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2767 IDL->insert(Region.Candidate->end(), *Region.NewBack); in extractSection()