Home | History | Annotate | Download | only in IPO

Lines Matching defs:Result

204       // If the result of the constantexpr isn't pointer type, then we won't
392 // If Dead[n].first is the only use of a malloc result, we can delete its
511 // we already know what the result of any load from that GEP is.
1012 /// variable, and transforms the program as if it always contained the result of
1013 /// the specified malloc. Because it is always the result of the specified
1358 Value *Result;
1362 Result = new LoadInst(GetHeapSROAValue(LI->getOperand(0), FieldNo,
1376 Result = NewPN;
1382 return FieldVals[FieldNo] = Result;
1511 // fails. In the original code, malloc failing would set the result pointer
2183 std::vector<Function*> Result;
2184 Result.reserve(CA->getNumOperands());
2187 Result.push_back(dyn_cast<Function>(CS->getOperand(1)));
2189 return Result;
2884 // We succeeded at evaluation: commit the result.