HomeSort by relevance Sort by last modified time
    Searched defs:GetBlockName (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 79 /// GetBlockName - Return a symbolic block name if known, otherwise return
81 static const char *GetBlockName(unsigned BlockID,
351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader())))
555 if (const char *BlockName = GetBlockName(I->first, StreamFile))
  /art/compiler/dex/
mir_graph.cc 756 GetBlockName(bb, block_name);
763 GetBlockName(bb, block_name1);
764 GetBlockName(bb->taken, block_name2);
769 GetBlockName(bb, block_name1);
770 GetBlockName(bb->fall_through, block_name2);
799 GetBlockName(bb, block_name1);
814 GetBlockName(dest_block, block_name2)
    [all...]

Completed in 390 milliseconds