Home
last modified time | relevance | path

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

/freebsd/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()
556 bool IgnoreMissingLocals = Flags & RF_IgnoreMissingLocals; in remapDbgRecord()
978 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
990 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
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 DLoopUnrollRuntime.cpp919 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
H A DCloneFunction.cpp966 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
968 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
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.h94 RF_IgnoreMissingLocals = 2, 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/Linker/
H A DIRMover.cpp547 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals, in IRLinker()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1800 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneScopeBlocks()