Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp114 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
258 const auto RemapFlag = ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
541 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
741 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
765 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
883 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
893 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
994 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
996 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
H A DLoopRotationUtils.cpp618 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
641 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
651 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()
835 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
884 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.cpp494 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
H A DSimplifyCFG.cpp1118 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
1130 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
3785 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in performBranchToCommonDestFolding()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h75 RF_NoModuleLevelChanges = 1, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp300 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildPartialInvariantUnswitchConditionalBranch()
1264 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
1266 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
H A DDFAJumpThreading.cpp1015 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneBlockAndUpdatePredecessor()
H A DInferAddressSpaces.cpp1174 ValueMapper VMapper(VMap, RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rewriteWithNewAddressSpaces()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp966 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1799 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()