Searched refs:FoldInst (Results 1 – 4 of 4) sorted by relevance
283 bool TryToFoldFastISelLoad(const LoadInst *LI, const Instruction *FoldInst,
281 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
2087 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument2096 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2098 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2109 if (TheUser != FoldInst) in tryToFoldLoad()
749 const Instruction *FoldInst, in TryToFoldFastISelLoad() argument757 while (TheUser != FoldInst && // Scan up until we find FoldInst. in TryToFoldFastISelLoad()759 TheUser->getParent() == FoldInst->getParent() && in TryToFoldFastISelLoad()770 if (TheUser != FoldInst) in TryToFoldFastISelLoad()