Home
last modified time | relevance | path

Searched refs:onlyUsedByLifetimeMarkersOrDroppableInsts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp85 if (!onlyUsedByLifetimeMarkersOrDroppableInsts(BCI)) in isAllocaPromotable()
90 if (!onlyUsedByLifetimeMarkersOrDroppableInsts(GEPI)) in isAllocaPromotable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h793 bool onlyUsedByLifetimeMarkersOrDroppableInsts(const Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6796 bool llvm::onlyUsedByLifetimeMarkersOrDroppableInsts(const Value *V) { in onlyUsedByLifetimeMarkersOrDroppableInsts() function in llvm