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
  391       return (Flags & RF_IgnoreMissingLocals)
  860       assert((Flags & RF_IgnoreMissingLocals) &&
  872         assert((Flags & RF_IgnoreMissingLocals) &&
unittests/Transforms/Utils/ValueMapperTest.cpp
  180   RemapFlags Flags = RF_IgnoreMissingLocals | RF_NullMapMissingGlobalValues;
  244     EXPECT_EQ(CAM, ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*CAM));
  251     EXPECT_EQ(N, ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*CAM));
  279   EXPECT_DEATH(ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*LAM),
  309   EXPECT_EQ(nullptr, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV));
  316   EXPECT_EQ(MAV, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV));
  322   EXPECT_EQ(&A, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV));