Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h70 IRInstructionData *NewFront = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1511 if (Region.NewFront->Inst == OldCall) in replaceCalledFunction()
1512 Region.NewFront->Inst = Call; in replaceCalledFunction()
2757 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2764 IDL->insert(Region.Candidate->begin(), *Region.NewFront); in extractSection()