Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h277 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2064 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument
2073 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2075 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2086 if (TheUser != FoldInst) in tryToFoldLoad()