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

References

include/llvm/Analysis/LoopInfo.h
  386     assert(I != SubLoops.end() && "Cannot remove end iterator!");
lib/CodeGen/MachineBasicBlock.cpp
  481   for (; I != LiveIns.end(); ++Out, I = J) {
  484     for (J = std::next(I); J != LiveIns.end() && J->PhysReg == PhysReg; ++J)
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  937   for (auto E = Sequence.end(); I != E; ++I) {
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  403       if (IntersectingRange != RI.Ranges.end()) {
lib/IR/LegacyPassManager.cpp
  507       if (I != OnTheFlyManagers.end())
lib/Support/DAGDeltaAlgorithm.cpp
  252       if (it != Roots.begin())
lib/Target/XCore/XCoreFrameLowering.cpp
  463                                                     it != CSI.end(); ++it) {
tools/clang/lib/Sema/SemaStmt.cpp
 1162           RI != CaseRanges.end(); RI++) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3181        I != m_section_headers.end(); ++I, ++idx) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  817            c != m_bytes.begin() + content_end; ++c) {
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  524     if (it != m_indexes.begin())
  533   if (next_it != m_indexes.end()) {
utils/TableGen/CodeGenRegisters.cpp
 1895     if (SetI != std::prev(RegUnitSets.end()))
 1955       if (SetI != std::prev(RegUnitSets.end()))
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  903          it != untyped_actions_.end(); ++it) {
 1566          it != specs_to_delete.end(); ++it) {
utils/unittest/googlemock/src/gmock-spec-builders.cc
  452        it != untyped_expectations_.end(); ++it) {
  473        it != untyped_expectations_.end(); ++it) {
utils/unittest/googletest/include/gtest/gtest.h
 1522 GTEST_IMPL_CMP_HELPER_(NE, !=);
utils/unittest/googletest/src/gtest-typed-test.cc
   71        name_it != name_vec.end(); ++name_it) {
utils/unittest/googletest/src/gtest.cc
 4511   if (test_case != test_cases_.end())