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

References

tools/polly/lib/CodeGen/BlockGenerators.cpp
 1296   if (Inst->isTerminator())
 1299   if (canSyntheziseInStmt(Stmt, Inst))
 1302   if (auto *Load = dyn_cast<LoadInst>(Inst)) {
 1307   if (hasVectorOperands(Inst, VectorMap)) {
 1308     if (auto *Store = dyn_cast<StoreInst>(Inst)) {
 1317     if (auto *Unary = dyn_cast<UnaryInstruction>(Inst)) {
 1322     if (auto *Binary = dyn_cast<BinaryOperator>(Inst)) {
 1331   copyInstScalarized(Stmt, Inst, VectorMap, ScalarMaps, NewAccesses);