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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp311 AllocaInst *TryConvert(AllocaInst *AI);
330 /// TryConvert - Analyze the specified alloca, and if it is safe to do so,
333 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { function in class:ConvertToScalarInfo
1521 (unsigned)AllocaSize, *DL, ScalarLoadThreshold).TryConvert(AI)) {

Completed in 99 milliseconds