Searched refs:tryToFoldLoad (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h130 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1518 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { function in class:FastISel
1520 "tryToFoldLoad expected a LoadInst with a single use");
H A DSelectionDAGISel.cpp1102 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) {

Completed in 116 milliseconds