Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp24 EXPECT_EQ(T.get(), MapMetadata(T.get(), VM, RF_NoModuleLevelChanges)); in TEST()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp64 if (!isa<LocalAsMetadata>(MD) && (Flags & RF_NoModuleLevelChanges)) in MapValue()
274 if ((Flags & RF_NoModuleLevelChanges)) in MapMetadataImpl()
300 if (Flags & RF_NoModuleLevelChanges) in MapMetadataImpl()
DCloneFunction.cpp153 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
352 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneBlock()
544 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
567 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
DLoopUnrollRuntime.cpp411 RF_NoModuleLevelChanges | RF_IgnoreMissingEntries); in UnrollRuntimeLoopProlog()
DSimplifyCFG.cpp2204 RF_NoModuleLevelChanges | RF_IgnoreMissingEntries); in FoldBranchToCommonDest()
2223 RF_NoModuleLevelChanges | RF_IgnoreMissingEntries); in FoldBranchToCommonDest()
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h57 RF_NoModuleLevelChanges = 1, enumerator
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp444 RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in rotateLoop()
DLoopUnswitch.cpp892 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in UnswitchNontrivialCondition()
DInductiveRangeCheckElimination.cpp943 RF_NoModuleLevelChanges | RF_IgnoreMissingEntries); in cloneLoop()