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

References

lib/CodeGen/WinEHPrepare.cpp
  803                          RF_IgnoreMissingLocals | RF_NoModuleLevelChanges);
lib/Linker/IRMover.cpp
  527         Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap,
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1793                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1160                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Scalar/LoopUnswitch.cpp
 1345                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1069                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Utils/CloneFunction.cpp
  744                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Utils/LoopRotationUtils.cpp
  345                      RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Utils/LoopUnrollRuntime.cpp
  881                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Utils/SimplifyCFG.cpp
 2736                        RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
 2755                      RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
lib/Transforms/Utils/ValueMapper.cpp
 1053   this->Flags = this->Flags | Flags;
unittests/Transforms/Utils/ValueMapperTest.cpp
  180   RemapFlags Flags = RF_IgnoreMissingLocals | RF_NullMapMissingGlobalValues;