Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DValueTracking.h155 bool onlyUsedByLifetimeMarkers(const Value *V);
/external/llvm/include/llvm/Analysis/
DValueTracking.h264 bool onlyUsedByLifetimeMarkers(const Value *V);
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp77 if (!onlyUsedByLifetimeMarkers(BCI)) in isAllocaPromotable()
84 if (!onlyUsedByLifetimeMarkers(GEPI)) in isAllocaPromotable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp107 if (!onlyUsedByLifetimeMarkers(BCI)) in isAllocaPromotable()
114 if (!onlyUsedByLifetimeMarkers(GEPI)) in isAllocaPromotable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp442 if (!onlyUsedByLifetimeMarkers(BCI)) in CanConvertToScalar()
1180 if (onlyUsedByLifetimeMarkers(BCI)) { in tryToMakeAllocaBePromotable()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1784 bool llvm::onlyUsedByLifetimeMarkers(const Value *V) { in onlyUsedByLifetimeMarkers() function in llvm
/external/llvm/lib/Analysis/
DValueTracking.cpp3052 bool llvm::onlyUsedByLifetimeMarkers(const Value *V) { in onlyUsedByLifetimeMarkers() function in llvm