Searched refs:PtrIP (Results 1 – 1 of 1) sorted by relevance
487 Instruction *PtrIP = dyn_cast<Instruction>(Ptr); in runOnLoop() local488 if (PtrIP && isa<Instruction>(NewBasePtr) && in runOnLoop()489 cast<Instruction>(NewBasePtr)->getParent() == PtrIP->getParent()) in runOnLoop()490 PtrIP = nullptr; in runOnLoop()491 else if (isa<PHINode>(PtrIP)) in runOnLoop()492 PtrIP = &*PtrIP->getParent()->getFirstInsertionPt(); in runOnLoop()493 else if (!PtrIP) in runOnLoop()494 PtrIP = I->Instr; in runOnLoop()498 I->Instr->hasName() ? I->Instr->getName() + ".off" : "", PtrIP); in runOnLoop()499 if (!PtrIP) in runOnLoop()