LLVM 17.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 458 of file StandardInstrumentations.h.
llvm::DCData::DCData | ( | const BasicBlock & | B | ) |
Definition at line 1849 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 479 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::insert(), llvm::StringRef::str(), and Successors.
Referenced by DCData().
|
inline |
Definition at line 464 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::begin(), and Successors.
|
inline |
Definition at line 467 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::end(), and Successors.
Definition at line 472 of file StandardInstrumentations.h.
References assert(), llvm::StringMap< ValueTy, AllocatorTy >::count(), llvm::StringMap< ValueTy, AllocatorTy >::find(), and Successors.
|
protected |
Definition at line 484 of file StandardInstrumentations.h.
Referenced by addSuccessorLabel(), begin(), end(), and getSuccessorLabel().