Home
last modified time | relevance | path

Searched refs:TheUser (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2282 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local
2283 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2285 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2288 if (!TheUser->hasOneUse()) in tryToFoldLoad()
2291 TheUser = TheUser->user_back(); in tryToFoldLoad()
2296 if (TheUser != FoldInst) in tryToFoldLoad()