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