Home
last modified time | relevance | path

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

12

/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp108 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
149 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
211 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
327 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
500 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
523 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneAndPruneIntoFromInst()
729 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
DValueMapper.cpp400 if (Flags & RF_NoModuleLevelChanges) in mapValue()
739 assert(!(M.Flags & RF_NoModuleLevelChanges) && in map()
802 if ((Flags & RF_NoModuleLevelChanges)) in mapSimpleMetadata()
DLoopRotationUtils.cpp339 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
DLoopUnrollRuntime.cpp846 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
DSimplifyCFG.cpp2697 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
2716 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/swiftshader/third_party/llvm-7.0/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/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-7.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h73 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp804 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1309 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnswitchNontrivialCondition()
DInductiveRangeCheckElimination.cpp1234 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
DSimpleLoopUnswitch.cpp970 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in buildClonedLoopBlocks()

12