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