LLVM 20.0.0git
|
Iterator for Instruction
s in a `BasicBlock.
More...
#include "llvm/SandboxIR/SandboxIR.h"
Public Types | |
using | difference_type = std::ptrdiff_t |
using | value_type = Instruction |
using | pointer = value_type * |
using | reference = value_type & |
using | iterator_category = std::bidirectional_iterator_tag |
Public Member Functions | |
BBIterator () | |
BBIterator (llvm::BasicBlock *BB, llvm::BasicBlock::iterator It, Context *Ctx) | |
reference | operator* () const |
BBIterator & | operator++ () |
BBIterator | operator++ (int) |
BBIterator & | operator-- () |
BBIterator | operator-- (int) |
bool | operator== (const BBIterator &Other) const |
bool | operator!= (const BBIterator &Other) const |
pointer | get () const |
\Returns the SBInstruction that corresponds to this iterator, or null if the instruction is not found in the IR-to-SandboxIR tables. | |
Iterator for Instruction
s in a `BasicBlock.
\Returns an sandboxir::Instruction & when derereferenced.
Definition at line 558 of file SandboxIR.h.
using llvm::sandboxir::BBIterator::difference_type = std::ptrdiff_t |
Definition at line 560 of file SandboxIR.h.
using llvm::sandboxir::BBIterator::iterator_category = std::bidirectional_iterator_tag |
Definition at line 564 of file SandboxIR.h.
Definition at line 562 of file SandboxIR.h.
Definition at line 563 of file SandboxIR.h.
Definition at line 561 of file SandboxIR.h.
|
inline |
Definition at line 573 of file SandboxIR.h.
|
inline |
Definition at line 574 of file SandboxIR.h.
|
inline |
\Returns the SBInstruction that corresponds to this iterator, or null if the instruction is not found in the IR-to-SandboxIR tables.
Definition at line 596 of file SandboxIR.h.
|
inline |
Definition at line 593 of file SandboxIR.h.
References llvm::Other.
|
inline |
Definition at line 576 of file SandboxIR.h.
BBIterator & BBIterator::operator++ | ( | ) |
Definition at line 280 of file SandboxIR.cpp.
References assert(), llvm::BasicBlock::end(), llvm::sandboxir::Instruction::getNumOfIRInstrs(), and llvm::sandboxir::Context::getValue().
|
inline |
Definition at line 578 of file SandboxIR.h.
BBIterator & BBIterator::operator-- | ( | ) |
Definition at line 293 of file SandboxIR.cpp.
References assert(), llvm::BasicBlock::begin(), llvm::BasicBlock::end(), and llvm::sandboxir::Instruction::getNumOfIRInstrs().
|
inline |
Definition at line 584 of file SandboxIR.h.
|
inline |
Definition at line 589 of file SandboxIR.h.
References assert(), and llvm::Other.