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

References

lib/Transforms/Utils/SimplifyCFG.cpp
 1451   bool HasUse = !Insts.front()->user_empty();
 1452   for (auto *I : Insts) {
 1472   const Instruction *I0 = Insts.front();
 1473   for (auto *I : Insts)
 1484     if (!all_of(Insts, [&PNUse,&Succ](const Instruction *I) -> bool {
 1503   if (isa<StoreInst>(I0) && any_of(Insts, [](const Instruction *I) {
 1507   if (isa<LoadInst>(I0) && any_of(Insts, [](const Instruction *I) {
 1511   if (isLifeTimeMarker(I0) && any_of(Insts, [](const Instruction *I) {
 1525     if (!all_of(Insts, SameAsI0)) {
 1534       for (auto *I : Insts)