Home
last modified time | relevance | path

Searched refs:computePerPHI (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/include/polly/
DZoneAlgo.h220 isl::union_map computePerPHI(const polly::ScopArrayInfo *SAI);
/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp535 isl::union_map ZoneAlgorithm::computePerPHI(const ScopArrayInfo *SAI) { in computePerPHI() function in ZoneAlgorithm
1054 isl::union_map PerPHI = computePerPHI(SAI); in computeNormalizedPHIs()
DDeLICM.cpp870 auto PerPHIWrites = computePerPHI(SAI); in tryMapPHI()