Searched refs:TheUser (Results 1 – 1 of 1) sorted by relevance
2197 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local2198 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2200 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2203 if (!TheUser->hasOneUse()) in tryToFoldLoad()2206 TheUser = TheUser->user_back(); in tryToFoldLoad()2211 if (TheUser != FoldInst) in tryToFoldLoad()