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