Home
last modified time | relevance | path

Searched refs:RF_IgnoreMissingEntries (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DValueMapper.h49 RF_IgnoreMissingEntries = 2 enumerator
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp169 assert((Flags & RF_IgnoreMissingEntries) && in RemapInstruction()
181 assert((Flags & RF_IgnoreMissingEntries) && in RemapInstruction()
/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/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp831 RemapInstruction(I, ValueMap, RF_IgnoreMissingEntries, &TypeMap); in linkFunctionBody()