reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/Transform/ForwardOpTree.cpp
  202         convertZoneToTimepoints(Known, isl::dim::in, false, true).curry();
  288       Known = computeKnown(true, true);
  291       Translator = makeIdentityMap(Known.range(), false);
  294     if (!Known || !Translator || !NormalizeMap) {
  296       Known = nullptr;
  304     LLVM_DEBUG(dbgs() << "All known: " << Known << "\n");
  396     if (Known.is_null() || Translator.is_null() ||
  548     if (Known.is_null() || Translator.is_null() ||
  804     if (!Known.is_null()) {