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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1243 /// tryToMakeAllocaBePromotable - This returns true if the alloca only has
1247 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const DataLayout &DL) { function
1273 return tryToMakeAllocaBePromotable(AI, DL);
1433 if (tryToMakeAllocaBePromotable(AI, DL))

Completed in 76 milliseconds