reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
304 WeakTrackingVH &BBEntry = VMap[BB]; 326 VMap[OldBBAddr] = BlockAddress::get(NewFunc, NewBB); 341 RemapInstruction(NewInst, VMap, 352 if (Value *MappedV = VMap.lookup(V)) 356 VMap[&*II] = V; 365 VMap[&*II] = NewInst; // Add instruction map to value. 391 Value *V = VMap.lookup(BI->getCondition()); 398 VMap[OldTI] = BranchInst::Create(Dest, NewBB); 407 Value *V = VMap.lookup(SI->getCondition()); 413 VMap[OldTI] = BranchInst::Create(Dest, NewBB); 424 VMap[OldTI] = NewInst; // Add instruction map to value.