Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h291 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2189 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument
2198 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2200 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2211 if (TheUser != FoldInst) in tryToFoldLoad()