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

Declarations

tools/polly/lib/External/isl/include/isl/flow.h
  124 __isl_give isl_union_map *isl_union_flow_get_may_dependence(

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  442       RAW = isl_union_flow_get_may_dependence(Flow);
  446       WAW = isl_union_flow_get_may_dependence(Flow);
  452       WAR = isl_union_flow_get_may_dependence(Flow);
  456       RAW = isl_union_flow_get_may_dependence(Flow);
  460       WAR = isl_union_flow_get_may_dependence(Flow);
  464       WAW = isl_union_flow_get_may_dependence(Flow);
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
16301   auto res = isl_union_flow_get_may_dependence(get());
tools/polly/lib/External/ppcg/ppcg.c
  452 	tagged_flow = isl_union_flow_get_may_dependence(flow);
  546 	shared_access = isl_union_flow_get_may_dependence(flow);
  606 	shared_access = isl_union_flow_get_may_dependence(flow);
  617 	live_in = isl_union_flow_get_may_dependence(flow);
  634 	shared_sink = isl_union_flow_get_may_dependence(flow);
  701 	ps->dep_flow = isl_union_flow_get_may_dependence(flow);
  746 	scop->dep_false = isl_union_flow_get_may_dependence(flow);