LLVM 20.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
DCData (const BasicBlock &B) | |
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 488 of file StandardInstrumentations.h.
llvm::DCData::DCData | ( | const BasicBlock & | B | ) |
Definition at line 2194 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 2217 of file StandardInstrumentations.cpp.
References addSuccessorLabel(), B, and llvm::successors().
Definition at line 510 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::insert(), llvm::StringRef::str(), and Successors.
Referenced by DCData().
|
inline |
Definition at line 495 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::begin(), and Successors.
|
inline |
Definition at line 498 of file StandardInstrumentations.h.
References llvm::StringMap< ValueTy, AllocatorTy >::end(), and Successors.
Definition at line 503 of file StandardInstrumentations.h.
References assert(), llvm::StringMap< ValueTy, AllocatorTy >::count(), llvm::StringMap< ValueTy, AllocatorTy >::find(), and Successors.
|
protected |
Definition at line 515 of file StandardInstrumentations.h.
Referenced by addSuccessorLabel(), begin(), end(), and getSuccessorLabel().