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

Declarations

include/llvm/Analysis/RegionInfo.h
  420   bool isSimple() const;

References

lib/Analysis/RegionInfo.cpp
   93   if (R->isSimple())
lib/Analysis/RegionPrinter.cpp
  108     if (!onlySimpleRegions || R.isSimple()) {
lib/CodeGen/MachineRegionInfo.cpp
   54   if (R->isSimple())
tools/polly/lib/CodeGen/CodeGeneration.cpp
  206   assert(R->isSimple());
tools/polly/lib/Support/ScopHelper.cpp
  165   assert(R->isSimple());