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

Declarations

include/llvm/InitializePasses.h
  208 void initializeGISelKnownBitsAnalysisPass(PassRegistry &);

References

include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
   98     initializeGISelKnownBitsAnalysisPass(*PassRegistry::getPassRegistry());
lib/CodeGen/GlobalISel/InstructionSelect.cpp
   51 INITIALIZE_PASS_DEPENDENCY(GISelKnownBitsAnalysis)
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
  165 INITIALIZE_PASS_DEPENDENCY(GISelKnownBitsAnalysis)