Home
last modified time | relevance | path

Searched refs:RF_IgnoreMissingLocals (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp181 RemapFlags Flags = RF_IgnoreMissingLocals | RF_NullMapMissingGlobalValues; in TEST()
245 EXPECT_EQ(CAM, ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*CAM)); in TEST()
252 EXPECT_EQ(N, ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*CAM)); in TEST()
280 EXPECT_DEATH(ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*LAM), in TEST()
310 EXPECT_EQ(nullptr, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
317 EXPECT_EQ(MAV, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
323 EXPECT_EQ(&A, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
359 EXPECT_EQ(MAV, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
367 EXPECT_EQ(MAV, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
373 EXPECT_EQ(&A, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h89 RF_IgnoreMissingLocals = 2, enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp392 return (Flags & RF_IgnoreMissingLocals) in mapValue()
410 } else if ((Flags & RF_IgnoreMissingLocals) && isa<LocalAsMetadata>(VAM)) { in mapValue()
922 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
934 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
H A DLoopRotationUtils.cpp436 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
H A DLoopUnrollRuntime.cpp900 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DCloneFunction.cpp899 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
H A DSimplifyCFG.cpp1117 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
3525 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in performBranchToCommonDestFolding()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1047 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneBlockAndUpdatePredecessor()
H A DSimpleLoopUnswitch.cpp244 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildPartialInvariantUnswitchConditionalBranch()
1194 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
H A DInductiveRangeCheckElimination.cpp1174 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp818 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp536 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals, in IRLinker()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1764 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()