Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp262 ZoneAlgorithm::ZoneAlgorithm(const char *PassName, Scop *S, LoopInfo *LI) in ZoneAlgorithm() function in ZoneAlgorithm
590 isl::union_set ZoneAlgorithm::makeEmptyUnionSet() const { in makeEmptyUnionSet()
594 isl::union_map ZoneAlgorithm::makeEmptyUnionMap() const { in makeEmptyUnionMap()
598 void ZoneAlgorithm::collectCompatibleElts() { in collectCompatibleElts()
731 isl::id ZoneAlgorithm::makeValueId(Value *V) { in makeValueId()
744 isl::space ZoneAlgorithm::makeValueSpace(Value *V) { in makeValueSpace()
749 isl::set ZoneAlgorithm::makeValueSet(Value *V) { in makeValueSet()
898 bool ZoneAlgorithm::isNormalizable(MemoryAccess *MA) { in isNormalizable()
926 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
964 void ZoneAlgorithm::computeCommon() { in computeCommon()
[all …]
H A DDeLICM.cpp523 class DeLICMImpl final : public ZoneAlgorithm {
798 return ZoneAlgorithm::makeValInst(Val, UserStmt, Scope, IsCertain); in makeValInst()
1187 DeLICMImpl(Scop *S, LoopInfo *LI) : ZoneAlgorithm("polly-delicm", S, LI) {} in DeLICMImpl()
H A DForwardOpTree.cpp200 class ForwardOpTreeImpl final : ZoneAlgorithm {
343 : ZoneAlgorithm("polly-optree", S, LI), MaxOpGuard(MaxOpGuard) {} in ForwardOpTreeImpl()
/llvm-project-15.0.7/polly/include/polly/
H A DZoneAlgo.h44 class ZoneAlgorithm {
164 ZoneAlgorithm(const char *PassName, Scop *S, llvm::LoopInfo *LI);