Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h70 IRInstructionData *NewFront = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1514 if (Region.NewFront->Inst == OldCall) in replaceCalledFunction()
1515 Region.NewFront->Inst = Call; in replaceCalledFunction()
2761 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2768 IDL->insert(Region.Candidate->begin(), *Region.NewFront); in extractSection()