Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp448 SpecificBumpPtrAllocator<BlockChain> ChainAllocator; member in __anon1d8a29ed0111::MachineBlockPlacement
2803 new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB); in buildCFGChains()
3642 ChainAllocator.DestroyAll(); in run()
3664 ChainAllocator.DestroyAll(); in run()
3832 ChainAllocator.DestroyAll(); in createCFGChainExtTsp()
3836 new (ChainAllocator.Allocate()) BlockChain(BlockToChain, HeadBB); in createCFGChainExtTsp()