Searched refs:HoistCand (Results 1 – 1 of 1) sorted by relevance
139 void hoistInstruction(BasicBlock *BB, Instruction *HoistCand,142 bool hoistLoad(BasicBlock *BB, LoadInst *HoistCand, LoadInst *ElseInst);287 Instruction *HoistCand, in hoistInstruction() argument290 dbgs() << "Instruction Left\n"; HoistCand->dump(); dbgs() << "\n"; in hoistInstruction()293 assert(HoistCand->getParent() != BB); in hoistInstruction()296 HoistCand->intersectOptionalDataWith(ElseInst); in hoistInstruction()297 HoistCand->dropUnknownMetadata(); in hoistInstruction()303 Instruction *HoistedInst = HoistCand->clone(); in hoistInstruction()306 if (isa<LoadInst>(HoistCand)) in hoistInstruction()307 AA->copyValue(HoistCand, HoistedInst); in hoistInstruction()[all …]