Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp102 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
128 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
171 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
287 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
463 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
486 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
647 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
DValueMapper.cpp399 if (Flags & RF_NoModuleLevelChanges) in mapValue()
725 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
787 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
DLoopUnrollRuntime.cpp640 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
DSimplifyCFG.cpp2342 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
2361 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp129 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneFunctionInto()
324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges))) in ConstantFoldMappedInstruction()
411 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneFunctionInto()
433 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneFunctionInto()
DValueMapper.cpp56 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges)) in MapValue()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DValueMapper.h44 RF_NoModuleLevelChanges = 1, enumerator
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp113 EXPECT_EQ(T.get(), ValueMapper(VM, RF_NoModuleLevelChanges).mapMDNode(*T)); in TEST()
225 EXPECT_EQ(N0, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N0)); in TEST()
226 EXPECT_EQ(N1, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N1)); in TEST()
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h62 RF_NoModuleLevelChanges = 1, enumerator
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp249 RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in rotateLoop()
DLoopUnswitch.cpp682 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in UnswitchNontrivialCondition()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp307 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
DLoopUnswitch.cpp1137 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnswitchNontrivialCondition()
DInductiveRangeCheckElimination.cpp921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp790 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()