Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1427 CFG() : Blocks(BlkBVC, 10) {} in CFG()
1430 return BlkBVC.getAllocator(); in getAllocator()
1434 return BlkBVC; in getBumpVectorContext()
1446 BumpVectorContext BlkBVC; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5224 CFGBlock *Mem = new (getAllocator()) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()
5225 Blocks.push_back(Mem, BlkBVC); in createBlock()