Searched refs:BlkBVC (Results 1 – 2 of 2) sorted by relevance
1434 CFG() : Blocks(BlkBVC, 10) {} in CFG()1437 return BlkBVC.getAllocator(); in getAllocator()1441 return BlkBVC; in getBumpVectorContext()1453 BumpVectorContext BlkBVC; variable
5333 CFGBlock *Mem = new (getAllocator()) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()5334 Blocks.push_back(Mem, BlkBVC); in createBlock()