HomeSort by relevance Sort by last modified time
    Searched refs:RF_NoModuleLevelChanges (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 41 /// RF_NoModuleLevelChanges - If this flag is set, the remapper knows that
44 RF_NoModuleLevelChanges = 1,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 102 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
128 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
171 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
287 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
463 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
486 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
647 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
ValueMapper.cpp 399 if (Flags & RF_NoModuleLevelChanges)
725 assert(!(M.Flags & RF_NoModuleLevelChanges) &&
787 if ((Flags & RF_NoModuleLevelChanges))
    [all...]
LoopUnrollRuntime.cpp 640 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 62 RF_NoModuleLevelChanges = 1,
210 /// 2. Else if \a RF_NoModuleLevelChanges or \c MD is an \a MDString, return
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 129 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges)))
411 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
433 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
ValueMapper.cpp 56 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges))
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 113 EXPECT_EQ(T.get(), ValueMapper(VM, RF_NoModuleLevelChanges).mapMDNode(*T));
222 // Nothing should be memoized when RF_NoModuleLevelChanges.
225 EXPECT_EQ(N0, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N0));
226 EXPECT_EQ(N1, ValueMapper(VM, RF_NoModuleLevelChanges).mapMetadata(*N1));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopRotation.cpp 249 RF_NoModuleLevelChanges|RF_IgnoreMissingEntries);
LoopUnswitch.cpp 682 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 307 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
InductiveRangeCheckElimination.cpp 921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals);
    [all...]
LoopUnswitch.cpp     [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]

Completed in 1284 milliseconds