Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp83 if (!onlyUsedByLifetimeMarkersOrDroppableInsts(BCI)) in isAllocaPromotable()
88 if (!onlyUsedByLifetimeMarkersOrDroppableInsts(GEPI)) in isAllocaPromotable()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DValueTracking.h420 bool onlyUsedByLifetimeMarkersOrDroppableInsts(const Value *V);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp4784 bool llvm::onlyUsedByLifetimeMarkersOrDroppableInsts(const Value *V) { in onlyUsedByLifetimeMarkersOrDroppableInsts() function in llvm