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

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

Completed in 71 milliseconds