13#ifndef LLVM_IR_PREDITERATORCACHE_H
14#define LLVM_IR_PREDITERATORCACHE_H
50 BlockToPredsMap.
clear();
This file defines the BumpPtrAllocator interface.
This file defines the DenseMap class.
This file provides various utilities for inspecting and working with the control flow graph in LLVM I...
This file defines the SmallVector class.
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
LLVM Basic Block Representation.
Allocate memory in an ever growing pool, as if by bump-pointer.
PredIteratorCache - This class is an extremely trivial cache for predecessor iterator queries.
size_t size(BasicBlock *BB)
void clear()
clear - Remove all information.
ArrayRef< BasicBlock * > get(BasicBlock *BB)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
This class provides various memory handling functions that manipulate MemoryBlock instances.
This is an optimization pass for GlobalISel generic memory operations.
auto predecessors(const MachineBasicBlock *BB)