Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2095 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local
2096 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2098 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2101 if (!TheUser->hasOneUse()) in tryToFoldLoad()
2104 TheUser = TheUser->user_back(); in tryToFoldLoad()
2109 if (TheUser != FoldInst) in tryToFoldLoad()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp756 const Instruction *TheUser = LI->use_back(); in TryToFoldFastISelLoad() local
757 while (TheUser != FoldInst && // Scan up until we find FoldInst. in TryToFoldFastISelLoad()
759 TheUser->getParent() == FoldInst->getParent() && in TryToFoldFastISelLoad()
762 if (!TheUser->hasOneUse()) in TryToFoldFastISelLoad()
765 TheUser = TheUser->use_back(); in TryToFoldFastISelLoad()
770 if (TheUser != FoldInst) in TryToFoldFastISelLoad()