Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h187 bool onlyUsedByLifetimeMarkers(const Value *V);
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp87 if (!onlyUsedByLifetimeMarkers(BCI)) in isAllocaPromotable()
94 if (!onlyUsedByLifetimeMarkers(GEPI)) in isAllocaPromotable()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp503 if (!onlyUsedByLifetimeMarkers(BCI)) in CanConvertToScalar()
1300 if (onlyUsedByLifetimeMarkers(BCI)) { in tryToMakeAllocaBePromotable()
/external/llvm/lib/Analysis/
DValueTracking.cpp2798 bool llvm::onlyUsedByLifetimeMarkers(const Value *V) { in onlyUsedByLifetimeMarkers() function in llvm