Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp488 auto ExistingKnownWritten = filterKnownValInst(Existing.Written); in isConflicting()
489 auto ProposedKnownWritten = filterKnownValInst(Proposed.Written); in isConflicting()
733 Knowledge Proposed(EltZone, nullptr, filterKnownValInst(EltKnown), in tryMapValue()
930 auto WrittenKnownValue = filterKnownValInst(WrittenValue); in tryMapPHI()
DZoneAlgo.cpp252 isl::union_map polly::filterKnownValInst(const isl::union_map &UMap) { in filterKnownValInst() function in polly
1097 isl::union_map AllKnownWriteValInst = filterKnownValInst(AllWriteValInst); in computeKnownFromMustWrites()
/external/llvm-project/polly/include/polly/
DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);