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

Declarations

lib/Target/X86/X86CmovConversion.cpp
  129   bool collectCmovCandidates(ArrayRef<MachineBasicBlock *> Blocks,

References

lib/Target/X86/X86CmovConversion.cpp
  184     if (collectCmovCandidates(Blocks, AllCmovGroups, /*IncludeLoads*/ true)) {
  238     if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups))