OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlockName
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
606
static std::string
getBlockName
(const MachineBasicBlock *BB) {
701
LLVM_DEBUG(dbgs() << " " <<
getBlockName
(Succ)
1088
dbgs() << " Selected: " <<
getBlockName
(Succ2)
1103
dbgs() << " Selected: " <<
getBlockName
(TrellisSucc)
1332
LLVM_DEBUG(dbgs() << "Marking edge: " <<
getBlockName
(src) << "->"
1333
<<
getBlockName
(dst)
1541
LLVM_DEBUG(dbgs() << " Not a candidate: " <<
getBlockName
(Succ) << " -> "
1572
LLVM_DEBUG(dbgs() << "Selecting best successor for: " <<
getBlockName
(BB)
1615
dbgs() << " Candidate: " <<
getBlockName
(Succ)
1647
LLVM_DEBUG(dbgs() << " Candidate: " <<
getBlockName
(Succ
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp
317
dbgs() << ", succ = " <<
getBlockName
(Succ);
319
dbgs() << ", resolved = " <<
getBlockName
(Resolved);
415
LLVM_DEBUG(dbgs() << " - node: " <<
getBlockName
(M.Index) << "\n");
428
dbgs() << " to " << BFI.
getBlockName
(T);
497
LLVM_DEBUG(dbgs() << " - " << BFI.
getBlockName
(Index) << ": float = "
523
LLVM_DEBUG(dbgs() << " - " << BFI.
getBlockName
(N) << ": " << F << " => "
566
OS << "*** Detected BFI query for unknown block " <<
getBlockName
(Node);
623
BlockFrequencyInfoImplBase::
getBlockName
(const BlockNode &Node) const {
629
return
getBlockName
(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*");
720
LLVM_DEBUG(dbgs() << " => entry = " << BFI.
getBlockName
(Irr.Node
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
430
///
getBlockName
().
516
virtual std::string
getBlockName
(const BlockNode &Node) const;
575
template <class BlockT> std::string
getBlockName
(const BlockT *BB) {
583
template <> inline std::string
getBlockName
(const BasicBlock *BB) {
966
std::string
getBlockName
(const BlockNode &Node) const override {
967
return bfi_detail::
getBlockName
(getBlock(Node));
1135
LLVM_DEBUG(dbgs() << " - " << getIndex(I) << ": " <<
getBlockName
(Node)
1165
LLVM_DEBUG(dbgs() << " - loop = " <<
getBlockName
(Header) << "\n");
1194
LLVM_DEBUG(dbgs() << " - loop = " <<
getBlockName
(Header)
1195
<< ": member = " <<
getBlockName
(Index) << "\n")
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
933
static std::string
getBlockName
(const BasicBlock *B) {
2402
LLVM_DEBUG(dbgs() << "Block " <<
getBlockName
(To)
2407
LLVM_DEBUG(dbgs() << "Block " <<
getBlockName
(To)
2409
<<
getBlockName
(From) << "," <<
getBlockName
(To)
2650
<< " in block " <<
getBlockName
(PredBB) << "\n");
2777
<<
getBlockName
(PredBB)
2785
<<
getBlockName
(PredBB) << "\n");
3363
<<
getBlockName
(CurrBlock)
3443
LLVM_DEBUG(dbgs() << "Block " <<
getBlockName
(&F.getEntryBlock()
[
all
...]
Completed in 77 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026