OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
188
std::string FunctionName,
BlockName
;
190
In >>
BlockName
;
191
if (!
BlockName
.empty())
193
std::make_pair(FunctionName,
BlockName
));
219
std::string &
BlockName
= BlocksToNotExtractByName.back().second;
227
if (BB.getName() !=
BlockName
) continue;
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
126
case bitc::BLOCKINFO_CODE_BLOCKNAME: return "
BLOCKNAME
";
348
const char *
BlockName
= 0;
351
if ((
BlockName
= GetBlockName(BlockID, *Stream.getBitStreamReader())))
352
errs() <<
BlockName
;
356
if (NonSymbolic &&
BlockName
)
382
if (
BlockName
)
383
errs() <<
BlockName
<< ">\n";
552
if (const char *
BlockName
= GetBlockName(I->first, StreamFile))
553
errs() << " (" <<
BlockName
<< ")";
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
464
std::string
BlockName
;
473
BlockName
= MF->getFunction()->getNameStr() + ":" +
477
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
479
if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " +
BlockName
);
488
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
493
BlockName
);
502
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
506
CurDAG->viewGraph("dag-combine-lt input for " +
BlockName
);
516
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
531
CurDAG->viewGraph("dag-combine-lv input for " +
BlockName
);
[
all
...]
Completed in 37 milliseconds