Home
last modified time | relevance | path

Searched refs:isNotVisibleOnUnwind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h891 bool isNotVisibleOnUnwind(const Value *Object,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp896 bool llvm::isNotVisibleOnUnwind(const Value *Object, in isNotVisibleOnUnwind() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp275 if (isNotVisibleOnUnwind(getUnderlyingObject(V), in mayBeVisibleThroughUnwinding()
H A DDeadStoreElimination.cpp1097 if (!isNotVisibleOnUnwind(V, RequiresNoCaptureBeforeUnwind)) in isInvisibleToCallerOnUnwind()
H A DLICM.cpp1941 if (!isNotVisibleOnUnwind(Object, RequiresNoCaptureBeforeUnwind)) in isNotVisibleOnUnwindInLoop()