Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp246 SmallDenseMap<MBBSectionID, InsertionPoint> &InsertionPts, in fixupBlock() argument
288 InsertionPoint &InsertPt = InsertionPts[CurrBB.getSectionID()]; in fixupBlock()
328 SmallDenseMap<MBBSectionID, InsertionPoint> InsertionPts; in runOnMachineFunction() local
329 InsertionPts[PrologueBlock->getSectionID()] = {PrologueBlock, PrologueEnd}; in runOnMachineFunction()
340 fixupBlock(MBB, BlockInfo, InsertionPts, {PrologueBlock, PrologueEnd}); in runOnMachineFunction()