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

References

lib/CodeGen/CodeGenPrepare.cpp
 6312     if (InstsToBePromoted.empty())
 6314     return InstsToBePromoted.back();
 6379     for (const auto &Inst : InstsToBePromoted) {
 6512     InstsToBePromoted.push_back(ToBePromoted);
 6528     if (InstsToBePromoted.empty() || !CombineInst)
 6536     for (auto &ToBePromoted : InstsToBePromoted)
 6538     InstsToBePromoted.clear();