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.cpp1499 if (Region.NewBack->Inst == OldCall) in replaceCalledFunction()
1500 Region.NewBack->Inst = Call; in replaceCalledFunction()
2737 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2745 IDL->insert(Region.Candidate->end(), *Region.NewBack); in extractSection()