LLVM 18.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
DCData (const BasicBlock &B) | |
StringMap< std::string >::const_iterator | begin () const |
StringMap< std::string >::const_iterator | end () const |
StringRef | getSuccessorLabel (StringRef S) const |
Protected Member Functions | |
void | addSuccessorLabel (StringRef Succ, StringRef Label) |
Protected Attributes | |
StringMap< std::string > | Successors |
Definition at line 462 of file StandardInstrumentations.h.
llvm::DCData::DCData | ( | const BasicBlock & | B | ) |
Definition at line 1974 of file StandardInstrumentations.cpp.
References addSuccessorLabel(), assert(), B, llvm::CallingConv::C, E, llvm::formatv(), I, llvm::succ_begin(), and llvm::succ_end().
Definition at line 483 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::insert(), llvm::StringRef::str(), and Successors.
Referenced by DCData().
|
inline |
Definition at line 468 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::begin(), and Successors.
|
inline |
Definition at line 471 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::end(), and Successors.
Definition at line 476 of file StandardInstrumentations.h.
References assert(), llvm::StringMap< ValueTy, AllocatorTy >::count(), llvm::StringMap< ValueTy, AllocatorTy >::find(), and Successors.
|
protected |
Definition at line 488 of file StandardInstrumentations.h.
Referenced by addSuccessorLabel(), begin(), end(), and getSuccessorLabel().