Searched refs:BlockId (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLCFGGenerator.h | 20 typedef size_t BlockId; typedef 114 std::set<BlockId> fEntrances; 115 std::set<BlockId> fExits; 121 BlockId fStart; 122 BlockId fExit; 128 BlockId fCurrent; 133 BlockId newBlock(); 136 BlockId newIsolatedBlock(); 143 void addExit(BlockId from, BlockId to); 164 std::stack<BlockId> fLoopContinues; [all …]
|
D | SkSLCFGGenerator.cpp | 30 BlockId CFG::newBlock() { in newBlock() 31 BlockId result = fBlocks.size(); in newBlock() 40 BlockId CFG::newIsolatedBlock() { in newIsolatedBlock() 41 BlockId result = fBlocks.size(); in newIsolatedBlock() 46 void CFG::addExit(BlockId from, BlockId to) { in addExit() 64 for (BlockId b : fBlocks[i].fEntrances) { in dump() 77 for (BlockId b : fBlocks[i].fExits) { in dump() 306 BlockId start = cfg.fCurrent; in addExpression() 404 BlockId start = cfg.fCurrent; in addExpression() 407 BlockId next = cfg.newBlock(); in addExpression() [all …]
|
D | SkSLCompiler.h | 141 void scanCFG(CFG* cfg, BlockId block, std::set<BlockId>* workList);
|
D | SkSLCompiler.cpp | 384 void Compiler::scanCFG(CFG* cfg, BlockId blockId, std::set<BlockId>* workList) { in scanCFG() 394 for (BlockId exitId : block.fExits) { in scanCFG() 484 std::set<BlockId> workList; in computeDataFlow() 485 for (BlockId i = 0; i < cfg->fBlocks.size(); i++) { in computeDataFlow() 489 BlockId next = *workList.begin(); in computeDataFlow()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | BitcodeWriter.h | 53 enum BlockId { enum 178 StreamSubBlockGuard(llvm::BitstreamWriter &Stream_, BlockId ID) in StreamSubBlockGuard() 195 void emitBlockID(BlockId ID); 197 void emitBlockInfo(BlockId BID, const std::vector<RecordId> &RIDs); 210 void emitAbbrev(RecordId ID, BlockId Block);
|
D | BitcodeWriter.cpp | 111 static const std::vector<std::pair<BlockId, const char *const>> Inits = { in __anon1c3aeda80102() 198 static const std::vector<std::pair<BlockId, std::vector<RecordId>>> 270 void ClangDocBitcodeWriter::emitBlockID(BlockId BID) { in emitBlockID() 293 void ClangDocBitcodeWriter::emitAbbrev(RecordId ID, BlockId Block) { in emitAbbrev() 389 void ClangDocBitcodeWriter::emitBlockInfo(BlockId BID, in emitBlockInfo()
|
/external/crosvm/devices/src/virtio/ |
D | block.rs | 51 pub type BlockId = [u8; ID_LEN]; typedef 259 id: Option<BlockId>, 270 id: Option<BlockId>, in process_one_request() argument 506 id: Option<BlockId>, 534 id: Option<BlockId>, in new() argument 599 id: Option<BlockId>, in execute_request() argument
|
D | block_async.rs | 59 pub type BlockId = [u8; ID_LEN]; typedef 241 id: Option<BlockId>, 574 id: Option<BlockId>, 603 id: Option<BlockId>, in new() argument
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 280 unsigned BlockId = L.getBlock()->getBlockID(); in HandleBlockEntrance() local 283 BlockId); in HandleBlockEntrance()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 340 unsigned BlockId = L.getBlock()->getBlockID(); in HandleBlockEntrance() local 343 BlockId); in HandleBlockEntrance()
|