Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp261 ZoneAlgorithm::ZoneAlgorithm(const char *PassName, Scop *S, LoopInfo *LI) in ZoneAlgorithm() function in ZoneAlgorithm
321 void ZoneAlgorithm::collectIncompatibleElts(ScopStmt *Stmt, in collectIncompatibleElts()
390 void ZoneAlgorithm::addArrayReadAccess(MemoryAccess *MA) { in addArrayReadAccess()
414 isl::union_map ZoneAlgorithm::getWrittenValue(MemoryAccess *MA, in getWrittenValue()
446 void ZoneAlgorithm::addArrayWriteAccess(MemoryAccess *MA) { in addArrayWriteAccess()
482 isl::map ZoneAlgorithm::computeUseToDefFlowDependency(ScopStmt *UseStmt, in computeUseToDefFlowDependency()
535 isl::union_map ZoneAlgorithm::computePerPHI(const ScopArrayInfo *SAI) { in computePerPHI()
583 isl::union_set ZoneAlgorithm::makeEmptyUnionSet() const { in makeEmptyUnionSet()
587 isl::union_map ZoneAlgorithm::makeEmptyUnionMap() const { in makeEmptyUnionMap()
591 void ZoneAlgorithm::collectCompatibleElts() { in collectCompatibleElts()
[all …]
DDeLICM.cpp519 class DeLICMImpl : public ZoneAlgorithm {
795 return ZoneAlgorithm::makeValInst(Val, UserStmt, Scope, IsCertain); in makeValInst()
1182 DeLICMImpl(Scop *S, LoopInfo *LI) : ZoneAlgorithm("polly-delicm", S, LI) {} in DeLICMImpl()
DForwardOpTree.cpp200 class ForwardOpTreeImpl : ZoneAlgorithm {
340 : ZoneAlgorithm("polly-optree", S, LI), MaxOpGuard(MaxOpGuard) {} in ForwardOpTreeImpl()
/external/llvm-project/polly/include/polly/
DZoneAlgo.h44 class ZoneAlgorithm {
164 ZoneAlgorithm(const char *PassName, Scop *S, llvm::LoopInfo *LI);