Searched refs:getPHIOperand (Results 1 – 1 of 1) sorted by relevance
115 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1);211 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand() function in MergedLoadStoreMotion273 if (PHINode *NewPN = getPHIOperand(BB, S0, S1)) in sinkStoresAndGEPs()