Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp325 auto Stores = makeEmptyUnionMap(); in collectIncompatibleElts()
326 auto Loads = makeEmptyUnionMap(); in collectIncompatibleElts()
555 isl::union_map PHIWriteScatter = makeEmptyUnionMap(); in computePerPHI()
965 AllReads = makeEmptyUnionMap(); in computeCommon()
966 AllMayWrites = makeEmptyUnionMap(); in computeCommon()
967 AllMustWrites = makeEmptyUnionMap(); in computeCommon()
968 AllWriteValInst = makeEmptyUnionMap(); in computeCommon()
969 AllReadValInst = makeEmptyUnionMap(); in computeCommon()
973 NormalizeMap = makeEmptyUnionMap(); in computeCommon()
1019 isl::union_map AllPHIMaps = makeEmptyUnionMap(); in computeNormalizedPHIs()
[all …]
H A DDeLICM.cpp808 auto Result = makeEmptyUnionMap(); in determinePHIWrittenValues()
/llvm-project-15.0.7/polly/include/polly/
H A DZoneAlgo.h209 isl::union_map makeEmptyUnionMap() const;