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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1081 const Instruction *BeforeInst = Inst; local
1082 while (BeforeInst != Begin) {
1083 BeforeInst = llvm::prior(BasicBlock::const_iterator(BeforeInst));
1084 if (!isFoldedOrDeadInstruction(BeforeInst, FuncInfo))
1087 if (BeforeInst != Inst && isa<LoadInst>(BeforeInst) &&
1088 BeforeInst->hasOneUse() &&
1089 TryToFoldFastISelLoad(cast<LoadInst>(BeforeInst), Inst, FastIS)) {
1091 BI = llvm::next(BasicBlock::const_iterator(BeforeInst));
[all...]

Completed in 115 milliseconds