Home
last modified time | relevance | path

Searched refs:GenericCycleInfo (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h44 template <typename ContextT> class GenericCycleInfo; variable
52 template <typename> friend class GenericCycleInfo; variable
226 template <typename ContextT> class GenericCycleInfo {
256 GenericCycleInfo() = default;
257 GenericCycleInfo(GenericCycleInfo &&) = default;
258 GenericCycleInfo &operator=(GenericCycleInfo &&) = default;
H A DGenericCycleImpl.h110 using CycleInfoT = GenericCycleInfo<ContextT>;
147 auto GenericCycleInfo<ContextT>::getTopLevelParentCycle(BlockT *Block)
165 void GenericCycleInfo<ContextT>::moveTopLevelCycleToNewParent(CycleT *NewParent, in moveTopLevelCycleToNewParent()
348 template <typename ContextT> void GenericCycleInfo<ContextT>::clear() { in clear()
356 void GenericCycleInfo<ContextT>::compute(FunctionT &F) { in compute()
372 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const
385 unsigned GenericCycleInfo<ContextT>::getCycleDepth(const BlockT *Block) const { in getCycleDepth()
398 bool GenericCycleInfo<ContextT>::validateTree() const { in validateTree()
462 void GenericCycleInfo<ContextT>::print(raw_ostream &Out) const { in print()
H A DGenericUniformityInfo.h46 using CycleInfoT = GenericCycleInfo<ContextT>;
H A DGenericUniformityImpl.h92 using CycleInfoT = GenericCycleInfo<ContextT>;
267 using CycleInfoT = GenericCycleInfo<ContextT>;
336 using CycleInfoT = GenericCycleInfo<ContextT>;
483 using CycleInfoT = GenericCycleInfo<ContextT>;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h23 extern template class GenericCycleInfo<MachineSSAContext>;
26 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h24 extern template class GenericCycleInfo<SSAContext>;
27 using CycleInfo = GenericCycleInfo<SSAContext>;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCycleAnalysis.cpp20 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp19 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64998 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.macppc997 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.loongson997 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.octeon997 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.arm64998 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.powerpc64996 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.armv7996 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.i386996 ./usr/include/llvm/ADT/GenericCycleInfo.h
H A Dclang.sparc64997 ./usr/include/llvm/ADT/GenericCycleInfo.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4969 llvm/include/llvm/ADT/GenericCycleInfo.h