LLVM 22.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
LLVM_ABI | DCData (const BasicBlock &B) |
LLVM_ABI | DCData (const MachineBasicBlock &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 504 of file StandardInstrumentations.h.
llvm::DCData::DCData | ( | const BasicBlock & | B | ) |
Definition at line 2192 of file StandardInstrumentations.cpp.
References addSuccessorLabel(), assert(), B, llvm::CallingConv::C, llvm::formatv(), and llvm::successors().
llvm::DCData::DCData | ( | const MachineBasicBlock & | B | ) |
Definition at line 2215 of file StandardInstrumentations.cpp.
References addSuccessorLabel(), B, and llvm::successors().
Definition at line 526 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::insert(), llvm::StringRef::str(), and Successors.
Referenced by DCData().
|
inline |
Definition at line 511 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::begin(), and Successors.
|
inline |
Definition at line 514 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::end(), and Successors.
Definition at line 519 of file StandardInstrumentations.h.
References assert(), llvm::StringMap< ValueTy, AllocatorTy >::count(), llvm::StringMap< ValueTy, AllocatorTy >::find(), and Successors.
|
protected |
Definition at line 531 of file StandardInstrumentations.h.
Referenced by addSuccessorLabel(), begin(), end(), and getSuccessorLabel().