Home
last modified time | relevance | path

Searched refs:onlyUsedByLifetimeMarkers (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDValueTracking.h220 bool onlyUsedByLifetimeMarkers(const Value *V);
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDPromoteMemoryToRegister.cpp77 if (!onlyUsedByLifetimeMarkers(BCI)) in isAllocaPromotable()
84 if (!onlyUsedByLifetimeMarkers(GEPI)) in isAllocaPromotable()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDScalarReplAggregates.cpp503 if (!onlyUsedByLifetimeMarkers(BCI)) in CanConvertToScalar()
1300 if (onlyUsedByLifetimeMarkers(BCI)) { in tryToMakeAllocaBePromotable()
/NextBSD/contrib/llvm/lib/Analysis/
HDValueTracking.cpp2868 bool llvm::onlyUsedByLifetimeMarkers(const Value *V) { in onlyUsedByLifetimeMarkers() function in llvm