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

References

include/llvm/Analysis/BlockFrequencyInfoImpl.h
  642     BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
  662     for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
  676   const auto &Working = BFI.Working[Node.Index];
lib/Analysis/BlockFrequencyInfoImpl.cpp
  640   for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
  641     if (!BFI.Working[Index].isPackaged())