Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp109 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
225 const auto RemapFlag = ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
388 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
564 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
588 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
793 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
H A DValueMapper.cpp402 if ((Flags & RF_NoModuleLevelChanges) && isa<ConstantAsMetadata>(VAM)) { in mapValue()
419 if (Flags & RF_NoModuleLevelChanges) in mapValue()
778 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
827 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
H A DLoopRotationUtils.cpp441 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
H A DLoopUnrollRuntime.cpp922 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DSimplifyCFG.cpp1077 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
3106 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in performBranchToCommonDestFolding()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h72 RF_NoModuleLevelChanges = 1, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1007 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in emitPreheaderBranchOnCondition()
1438 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in unswitchNontrivialCondition()
H A DDFAJumpThreading.cpp984 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneBlockAndUpdatePredecessor()
H A DSimpleLoopUnswitch.cpp222 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildPartialInvariantUnswitchConditionalBranch()
1168 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()
H A DInductiveRangeCheckElimination.cpp1176 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp821 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1792 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()