Home
last modified time | relevance | path

Searched refs:RF_NoModuleLevelChanges (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp107 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
234 const auto RemapFlag = ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
493 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
669 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
693 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
899 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
H A DValueMapper.cpp405 if ((Flags & RF_NoModuleLevelChanges) && isa<ConstantAsMetadata>(VAM)) { in mapValue()
424 if (Flags & RF_NoModuleLevelChanges) in mapValue()
789 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
838 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
H A DLoopRotationUtils.cpp436 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
H A DLoopUnrollRuntime.cpp900 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DSimplifyCFG.cpp1117 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
3525 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in performBranchToCommonDestFolding()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp113 EXPECT_EQ(T.get(), ValueMapper(VM, RF_NoModuleLevelChanges).mapMDNode(*T)); in TEST()
225 EXPECT_EQ(N0, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N0)); in TEST()
226 EXPECT_EQ(N1, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N1)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h71 RF_NoModuleLevelChanges = 1, enumerator
/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/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1764 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()