Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp392 return (Flags & RF_IgnoreMissingLocals) in mapValue()
411 } else if ((Flags & RF_IgnoreMissingLocals) && isa<LocalAsMetadata>(VAM)) { in mapValue()
547 bool IgnoreMissingLocals = Flags & RF_IgnoreMissingLocals; in remapDPValue()
968 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
980 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
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 DLoopUnrollRuntime.cpp919 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DCloneFunction.cpp994 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
996 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
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.h93 RF_IgnoreMissingLocals = 2, 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/Linker/
H A DIRMover.cpp546 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals, in IRLinker()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1799 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()