reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Scalar/SROA.h
   40 class AllocaSlices;

References

include/llvm/ADT/STLExtras.h
  154 auto adl_begin(ContainerTy &&container)
  162 auto adl_end(ContainerTy &&container)
  178 auto adl_begin(ContainerTy &&container)
  184 auto adl_end(ContainerTy &&container)
 1103 template <typename Container> inline void sort(Container &&C) {
 1205 auto remove_if(R &&Range, UnaryPredicate P) -> decltype(adl_begin(Range)) {
include/llvm/Transforms/Scalar/SROA.h
  125   bool presplitLoadsAndStores(AllocaInst &AI, sroa::AllocaSlices &AS);
  126   AllocaInst *rewritePartition(AllocaInst &AI, sroa::AllocaSlices &AS,
  128   bool splitAlloca(AllocaInst &AI, sroa::AllocaSlices &AS);
lib/Transforms/Scalar/SROA.cpp
  360   using iterator = AllocaSlices::iterator;
  439   AllocaSlices::iterator SE;
  447   partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE)
  447   partition_iterator(AllocaSlices::iterator SI, AllocaSlices::iterator SE)
  617 iterator_range<AllocaSlices::partition_iterator> AllocaSlices::partitions() {
  654   AllocaSlices &AS;
  663   SliceBuilder(const DataLayout &DL, AllocaInst &AI, AllocaSlices &AS)
 1127 static Type *findCommonType(AllocaSlices::const_iterator B,
 1128                             AllocaSlices::const_iterator E,
 1136   for (AllocaSlices::const_iterator I = B; I != E; ++I) {
 2271   AllocaSlices &AS;
 2320   AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &AS, SROA &Pass,
 2349   bool visit(AllocaSlices::const_iterator I) {
 3628 bool SROA::presplitLoadsAndStores(AllocaInst &AI, AllocaSlices &AS) {
 4113 AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS,
 4255 bool SROA::splitAlloca(AllocaInst &AI, AllocaSlices &AS) {
 4458   AllocaSlices AS(DL, AI);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/range_access.h
   48     begin(_Container& __cont) -> decltype(__cont.begin())
   58     begin(const _Container& __cont) -> decltype(__cont.begin())
   68     end(_Container& __cont) -> decltype(__cont.end())
   78     end(const _Container& __cont) -> decltype(__cont.end())
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };