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.cpp116 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
260 const auto RemapFlag = ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
531 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
726 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
750 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
854 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
865 : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
966 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
968 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
H A DLoopRotationUtils.cpp643 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
669 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
680 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
H A DValueMapper.cpp406 if ((Flags & RF_NoModuleLevelChanges) && isa<ConstantAsMetadata>(VAM)) { in mapValue()
425 if (Flags & RF_NoModuleLevelChanges) in mapValue()
845 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
894 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
H A DLoopUnrollRuntime.cpp919 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DLoopConstrainer.cpp500 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
H A DSimplifyCFG.cpp1118 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
1130 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
3853 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in performBranchToCommonDestFolding()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h76 RF_NoModuleLevelChanges = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp302 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildPartialInvariantUnswitchConditionalBranch()
1277 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
1279 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
H A DDFAJumpThreading.cpp1060 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneBlockAndUpdatePredecessor()
H A DInferAddressSpaces.cpp1175 ValueMapper VMapper(VMap, RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rewriteWithNewAddressSpaces()
H A DInductiveRangeCheckElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp967 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1800 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()