Home
last modified time | relevance | path

Searched refs:ZoneAlgorithm (Results 1 – 4 of 4) sorted by relevance

/llvm-project/polly/lib/Transform/
H A DZoneAlgo.cpp263 ZoneAlgorithm::ZoneAlgorithm(const char *PassName, Scop *S, LoopInfo *LI) in ZoneAlgorithm() function in ZoneAlgorithm
323 void ZoneAlgorithm::collectIncompatibleElts(ScopStmt *Stmt, in collectIncompatibleElts()
392 void ZoneAlgorithm::addArrayReadAccess(MemoryAccess *MA) { in addArrayReadAccess()
416 isl::union_map ZoneAlgorithm::getWrittenValue(MemoryAccess *MA, in getWrittenValue()
448 void ZoneAlgorithm::addArrayWriteAccess(MemoryAccess *MA) { in addArrayWriteAccess()
484 isl::map ZoneAlgorithm::computeUseToDefFlowDependency(ScopStmt *UseStmt, in computeUseToDefFlowDependency()
537 isl::union_map ZoneAlgorithm::computePerPHI(const ScopArrayInfo *SAI) { in computePerPHI()
591 isl::union_set ZoneAlgorithm::makeEmptyUnionSet() const { in makeEmptyUnionSet()
595 isl::union_map ZoneAlgorithm::makeEmptyUnionMap() const { in makeEmptyUnionMap()
599 void ZoneAlgorithm::collectCompatibleElts() { in collectCompatibleElts()
[all …]
H A DDeLICM.cpp525 class DeLICMImpl final : public ZoneAlgorithm {
800 return ZoneAlgorithm::makeValInst(Val, UserStmt, Scope, IsCertain); in makeValInst()
1189 DeLICMImpl(Scop *S, LoopInfo *LI) : ZoneAlgorithm("polly-delicm", S, LI) {} in DeLICMImpl()
H A DForwardOpTree.cpp201 class ForwardOpTreeImpl final : ZoneAlgorithm {
344 : ZoneAlgorithm("polly-optree", S, LI), MaxOpGuard(MaxOpGuard) {} in ForwardOpTreeImpl()
/llvm-project/polly/include/polly/
H A DZoneAlgo.h44 class ZoneAlgorithm {
164 ZoneAlgorithm(const char *PassName, Scop *S, llvm::LoopInfo *LI);