Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp171 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionAttributesInto()
583 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
783 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
807 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
911 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
922 : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
1023 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
1025 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
H A DLoopRotationUtils.cpp627 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
655 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
666 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
H A DValueMapper.cpp407 if ((Flags & RF_NoModuleLevelChanges) && isa<ConstantAsMetadata>(VAM)) { in mapValue()
426 if (Flags & RF_NoModuleLevelChanges) in mapValue()
847 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
896 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
H A DLoopUnrollRuntime.cpp923 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
925 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DLoopConstrainer.cpp500 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
H A DSimplifyCFG.cpp1144 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
1156 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
3556 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in foldCondBranchOnValueKnownInPredecessorImpl()
4006 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in performBranchToCommonDestFolding()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h80 RF_NoModuleLevelChanges = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp307 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildPartialInvariantUnswitchConditionalBranch()
1282 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
1284 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
H A DDFAJumpThreading.cpp1100 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneBlockAndUpdatePredecessor()
H A DInferAddressSpaces.cpp1358 ValueMapper VMapper(VMap, RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rewriteWithNewAddressSpaces()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp997 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1790 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1939 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in replaceConstants()