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

Declarations

tools/polly/include/polly/ScopBuilder.h
  496   bool shouldModelInst(Instruction *Inst, Loop *L);

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1969     if (shouldModelInst(&Inst, SurroundingLoop))
 2102     if (!shouldModelInst(&Inst, L))
 2183       if (shouldModelInst(&Inst, SurroundingLoop))