Home
last modified time | relevance | path

Searched refs:CycleT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h96 using CycleT = typename CycleInfoT::CycleT; variable
134 void computeCyclePO(const CycleInfoT &CI, const CycleT *Cycle,
138 const CycleInfoT &CI, const CycleT *Cycle,
271 using CycleT = typename CycleInfoT::CycleT; variable
341 using CycleT = typename CycleInfoT::CycleT; variable
349 std::tuple<ConstValueRefT, InstructionT *, const CycleT *>;
408 const CycleT *);
440 SmallPtrSet<const CycleT *, 16> DivergentExitCycles;
446 SmallVector<const CycleT *> AssumedDivergent;
466 const CycleT &DivCycle);
[all …]
H A DGenericCycleInfo.h261 using CycleT = GenericCycle<ContextT>; variable
270 DenseMap<BlockT *, CycleT *> BlockMap;
273 DenseMap<BlockT *, CycleT *> BlockMapTopLevel;
279 std::vector<std::unique_ptr<CycleT>> TopLevelCycles;
285 void moveTopLevelCycleToNewParent(CycleT *NewParent, CycleT *Child);
299 CycleT *getCycle(const BlockT *Block) const;
300 CycleT *getSmallestCommonCycle(CycleT *A, CycleT *B) const;
302 CycleT *getTopLevelParentCycle(BlockT *Block);
308 void addBlockToCycle(BlockT *Block, CycleT *Cycle);
316 Printable print(const CycleT *Cycle) { return Cycle->print(Context); } in print()
[all …]
H A DGenericCycleImpl.h231 using CycleT = typename CycleInfoT::CycleT; variable
262 static void updateDepth(CycleT *SubTree);
270 -> CycleT * {
287 void GenericCycleInfo<ContextT>::moveTopLevelCycleToNewParent(CycleT *NewParent, in moveTopLevelCycleToNewParent()
288 CycleT *Child) { in moveTopLevelCycleToNewParent()
312 void GenericCycleInfo<ContextT>::addBlockToCycle(BlockT *Block, CycleT *Cycle) { in addBlockToCycle()
319 CycleT *ParentCycle = Cycle->getParentCycle(); in addBlockToCycle()
356 std::unique_ptr<CycleT> NewCycle = std::make_unique<CycleT>(); in run()
438 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth()
439 for (CycleT *Cycle : depth_first(SubTree)) in updateDepth()
[all …]
H A DGenericUniformityInfo.h41 using CycleT = typename CycleInfoT::CycleT; variable
44 std::tuple<ConstValueRefT, InstructionT *, const CycleT *>;
H A DGenericConvergenceVerifier.h31 using CycleT = typename CycleInfoT::CycleT; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCycleInfo.h24 using Cycle = CycleInfo::CycleT;
H A DGenericConvergenceVerifierImpl.h135 DenseMap<const CycleT *, const InstructionT *> CycleHearts; in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h26 using MachineCycle = MachineCycleInfo::CycleT;