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

References

tools/polly/lib/CodeGen/BlockGenerators.cpp
  361   if (Inst->isTerminator())
  365   if (canSyntheziseInStmt(Stmt, Inst))
  368   if (auto *Load = dyn_cast<LoadInst>(Inst)) {
  376   if (auto *Store = dyn_cast<StoreInst>(Inst)) {
  385   if (auto *PHI = dyn_cast<PHINode>(Inst)) {
  392   if (isIgnoredIntrinsic(Inst))
  395   copyInstScalar(Stmt, Inst, BBMap, LTS);