Lines Matching refs:Flags
26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, in MapValue() argument
56 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges)) in MapValue()
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue; in MapValue()
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0); in MapValue()
97 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper)); in MapValue()
99 Flags, TypeMapper)); in MapValue()
109 Mapped = MapValue(Op, VM, Flags, TypeMapper); in MapValue()
137 Flags, TypeMapper)); in MapValue()
161 RemapFlags Flags, ValueMapTypeRemapper *TypeMapper){ in RemapInstruction() argument
164 Value *V = MapValue(*op, VMap, Flags, TypeMapper); in RemapInstruction()
169 assert((Flags & RF_IgnoreMissingEntries) && in RemapInstruction()
176 Value *V = MapValue(PN->getIncomingBlock(i), VMap, Flags); in RemapInstruction()
181 assert((Flags & RF_IgnoreMissingEntries) && in RemapInstruction()
192 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper); in RemapInstruction()