Searched refs:blockid (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | CFG.h | 352 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent) in CFGBlock() argument 354 BlockID(blockid), Preds(C, 1), Succs(C, 1), HasNoReturnElement(false), in CFGBlock()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 203 [ENTER_SUBBLOCK, blockid\ :sub:`vbr8`, newabbrevlen\ :sub:`vbr4`, <align32bits>, blocklen_32] 207 record. The ``blockid`` value is encoded as an 8-bit VBR identifier, and 415 [SETBID (#1), blockid]
|