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

References

tools/polly/lib/Transform/ZoneAlgo.cpp
 1065       PHIMap = normalizeValInst(PHIMap, AllPHIs, AllPHIMaps);
 1067       AllPHIMaps = normalizeValInst(AllPHIMaps, AllPHIs, PHIMap);
 1067       AllPHIMaps = normalizeValInst(AllPHIMaps, AllPHIs, PHIMap);
 1069       AllPHIMaps = AllPHIMaps.unite(PHIMap);
 1069       AllPHIMaps = AllPHIMaps.unite(PHIMap);
 1073   simplify(AllPHIMaps);
 1077   NormalizeMap = AllPHIMaps;