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

  /external/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /external/clang/lib/Frontend/
TestModuleFileExtension.h 22 std::string BlockName;
47 TestModuleFileExtension(StringRef BlockName,
52 : BlockName(BlockName),
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 211 std::string FunctionName, BlockName;
213 In >> BlockName;
214 if (!BlockName.empty())
216 std::make_pair(FunctionName, BlockName));
273 std::string &BlockName = BlocksToNotExtractByName.back().second;
281 if (BB.getName() != BlockName) continue;
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 137 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME";
422 const char *BlockName = nullptr;
425 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(),
427 outs() << BlockName;
431 if (NonSymbolic && BlockName)
458 if (BlockName)
459 outs() << BlockName << ">\n";
705 if (const char *BlockName = GetBlockName(I->first, StreamFile,
707 outs() << " (" << BlockName << ")";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 713 std::string BlockName;
729 BlockName =
733 << " '" << BlockName << "'\n"; CurDAG->dump());
736 CurDAG->viewGraph("dag-combine1 input for " + BlockName);
745 << " '" << BlockName << "'\n"; CurDAG->dump());
750 CurDAG->viewGraph("legalize-types input for " + BlockName);
759 << " '" << BlockName << "'\n"; CurDAG->dump());
765 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
775 << " '" << BlockName << "'\n"; CurDAG->dump());
791 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
    [all...]

Completed in 1803 milliseconds