Searched refs:RF_IgnoreMissingLocals (Results 1 – 11 of 11) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 181 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/ |
D | ValueMapper.h | 80 RF_IgnoreMissingLocals = 2, enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 391 return (Flags & RF_IgnoreMissingLocals) in mapValue() 862 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction() 874 assert((Flags & RF_IgnoreMissingLocals) && in remapInstruction()
|
D | LoopUnrollRuntime.cpp | 640 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnrollRuntimeLoopRemainder()
|
D | CloneFunction.cpp | 647 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in remapInstructionsInBlocks()
|
D | SimplifyCFG.cpp | 2342 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest() 2361 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in FoldBranchToCommonDest()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 307 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in rotateLoop()
|
D | LoopUnswitch.cpp | 1137 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in UnswitchNontrivialCondition()
|
D | InductiveRangeCheckElimination.cpp | 921 RF_NoModuleLevelChanges | RF_IgnoreMissingLocals); in cloneLoop()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 790 RF_IgnoreMissingLocals | RF_NoModuleLevelChanges); in cloneCommonBlocks()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 489 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker()
|