Searched refs:FoldInst (Results 1 – 2 of 2) sorted by relevance
291 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
2189 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument2198 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2200 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2211 if (TheUser != FoldInst) in tryToFoldLoad()