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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1594           if (BlocksInScopeSet.count(UI->getParent()) == 0 &&
 1596               !(isa<PHINode>(UI) && UI->getParent() == ExitBlock)) {
 1596               !(isa<PHINode>(UI) && UI->getParent() == ExitBlock)) {
 1598             CHR_DEBUG(dbgs() << "Used outside scope by user " << *UI << "\n");
 1599             Users.push_back(UI);
 1600           } else if (UI->getParent() == EntryBlock && isa<PHINode>(UI)) {
 1600           } else if (UI->getParent() == EntryBlock && isa<PHINode>(UI)) {
 1606                       << *UI << "\n");
 1607             Users.push_back(UI);