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
204
std::string FunctionName,
BlockName
;
206
In >>
BlockName
;
207
if (!
BlockName
.empty())
209
std::make_pair(FunctionName,
BlockName
));
266
std::string &
BlockName
= BlocksToNotExtractByName.back().second;
274
if (BB.getName() !=
BlockName
) continue;
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
125
case bitc::BLOCKINFO_CODE_BLOCKNAME: return "
BLOCKNAME
";
346
const char *
BlockName
= 0;
349
if ((
BlockName
= GetBlockName(BlockID, *Stream.getBitStreamReader())))
350
outs() <<
BlockName
;
354
if (NonSymbolic &&
BlockName
)
380
if (
BlockName
)
381
outs() <<
BlockName
<< ">\n";
549
if (const char *
BlockName
= GetBlockName(I->first, StreamFile))
550
outs() << " (" <<
BlockName
<< ")";
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
550
std::string
BlockName
;
560
BlockName
= MF->getFunction()->getName().str() + ":" +
564
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
566
if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " +
BlockName
);
575
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
580
BlockName
);
589
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
593
CurDAG->viewGraph("dag-combine-lt input for " +
BlockName
);
603
<< " '" <<
BlockName
<< "'\n"; CurDAG->dump());
618
CurDAG->viewGraph("dag-combine-lv input for " +
BlockName
);
[
all
...]
Completed in 548 milliseconds