Searched refs:FoldInst (Results 1 – 3 of 3) sorted by relevance
295 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
2319 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument2328 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2330 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2341 if (TheUser != FoldInst) in tryToFoldLoad()
2511 auto FoldInst = [this, &MadeChange](Instruction &I) { in run() local2596 FoldInst(I); in run()2610 FoldInst(*I); in run()