Searched refs:BlkBVC (Results 1 – 2 of 2) sorted by relevance
1427 CFG() : Blocks(BlkBVC, 10) {} in CFG()1430 return BlkBVC.getAllocator(); in getAllocator()1434 return BlkBVC; in getBumpVectorContext()1446 BumpVectorContext BlkBVC; variable
5224 CFGBlock *Mem = new (getAllocator()) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()5225 Blocks.push_back(Mem, BlkBVC); in createBlock()