Searched refs:FoldInst (Results 1 – 3 of 3) sorted by relevance
292 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
2263 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument2272 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2274 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2285 if (TheUser != FoldInst) in tryToFoldLoad()
3708 auto FoldInst = [this, &MadeChange](Instruction &I) { in run() local3815 FoldInst(I); in run()3829 FoldInst(*I); in run()