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

References

include/llvm/ADT/PackedVector.h
  107   void clear() { Bits.clear(); }
lib/CodeGen/DeadMachineInstructionElim.cpp
  172   LivePhysRegs.clear();
lib/CodeGen/DetectDeadLanes.cpp
  594   DefinedByCopy.clear();
  595   WorklistMembers.clear();
lib/CodeGen/EarlyIfConversion.cpp
  173     ClobberedRegUnits.clear();
lib/CodeGen/LiveIntervals.cpp
  918         UsableRegs.clear();
lib/CodeGen/LiveRangeCalc.cpp
   45   Seen.clear();
lib/CodeGen/LiveRegMatrix.cpp
  153     RegMaskUsable.clear();
lib/CodeGen/MachineScheduler.cpp
 1283   ScheduledTrees.clear();
lib/CodeGen/PrologEpilogInserter.cpp
  716     StackBytesFree.clear();
lib/CodeGen/RegAllocFast.cpp
 1310   MayLiveAcrossBlocks.clear();
lib/CodeGen/RegAllocGreedy.cpp
  373       LiveBundles.clear();
lib/CodeGen/RegUsageInfoCollector.cpp
  201   SavedRegs.clear();
lib/CodeGen/RegisterScavenging.cpp
  121       TmpRegUnits.clear();
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  340   DescribedArgs.clear();
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9429     UndefElements->clear();
lib/CodeGen/SpillPlacement.cpp
  365   ActiveNodes->clear();
lib/CodeGen/SplitKit.cpp
  159   ThroughBlocks.clear();
  198     ThroughBlocks.clear();
lib/CodeGen/StackColoring.cpp
  627   InterestingSlots.clear();
  629   ConservativeSlots.clear();
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  797   RegsUsed.clear();
lib/Target/Hexagon/HexagonBitSimplify.cpp
 1465     Defs.clear();
 1593     Defs.clear();
 2706     Defs.clear();
lib/Target/Hexagon/HexagonGenInsert.cpp
  945     InsDefs.clear();
 1002     Regs[OtherS].clear();
 1377   AllRMs.clear();
lib/Transforms/Scalar/NewGVN.cpp
 2967   TouchedInstructions.clear();
tools/clang/lib/Basic/SourceManager.cpp
  378   SLocEntryLoaded.clear();
unittests/ADT/BitVectorTest.cpp
  172   Vec.clear();
  776   A.clear();
 1077   C.clear();