Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp181 RemapFlags Flags = RF_IgnoreMissingLocals | RF_NullMapMissingGlobalValues; in TEST()
245 EXPECT_EQ(CAM, ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*CAM)); in TEST()
252 EXPECT_EQ(N, ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*CAM)); in TEST()
280 EXPECT_DEATH(ValueMapper(VM, RF_IgnoreMissingLocals).mapMetadata(*LAM), in TEST()
310 EXPECT_EQ(nullptr, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
317 EXPECT_EQ(MAV, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
323 EXPECT_EQ(&A, ValueMapper(VM, RF_IgnoreMissingLocals).mapValue(*MAV)); in TEST()
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h80 RF_IgnoreMissingLocals = 2, enumerator
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp391 return (Flags & RF_IgnoreMissingLocals) in mapValue()
862 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
874 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
DLoopUnrollRuntime.cpp640 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
DCloneFunction.cpp647 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
DSimplifyCFG.cpp2342 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
2361 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
/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/llvm/lib/Linker/
DIRMover.cpp489 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker()