Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h953 Blocks(BlkBVC, 10) {} in CFG()
956 return BlkBVC.getAllocator(); in getAllocator()
960 return BlkBVC; in getBumpVectorContext()
970 BumpVectorContext BlkBVC; variable
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3767 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()
3768 Blocks.push_back(Mem, BlkBVC); in createBlock()