Home
last modified time | relevance | path

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

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