HomeSort by: relevance | last modified time | path
    Searched refs:tryToFoldLoad (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 291 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 2189 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) {
2191 "tryToFoldLoad expected a LoadInst with a single use");
SelectionDAGISel.cpp 1507 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) {

Completed in 59 milliseconds