Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasAnalysis.cpp1013 bool &RequiresNoCaptureBeforeUnwind) { in isNotVisibleOnUnwind() argument
1014 RequiresNoCaptureBeforeUnwind = false; in isNotVisibleOnUnwind()
1028 RequiresNoCaptureBeforeUnwind = true; in isNotVisibleOnUnwind()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp317 bool RequiresNoCaptureBeforeUnwind; in INITIALIZE_PASS_DEPENDENCY() local
319 RequiresNoCaptureBeforeUnwind) && in INITIALIZE_PASS_DEPENDENCY()
320 !RequiresNoCaptureBeforeUnwind) in INITIALIZE_PASS_DEPENDENCY()
H A DDeadStoreElimination.cpp977 bool RequiresNoCaptureBeforeUnwind; in isInvisibleToCallerOnUnwind() local
978 if (!isNotVisibleOnUnwind(V, RequiresNoCaptureBeforeUnwind)) in isInvisibleToCallerOnUnwind()
980 if (!RequiresNoCaptureBeforeUnwind) in isInvisibleToCallerOnUnwind()
H A DLICM.cpp1891 bool RequiresNoCaptureBeforeUnwind; in isNotVisibleOnUnwindInLoop() local
1892 if (!isNotVisibleOnUnwind(Object, RequiresNoCaptureBeforeUnwind)) in isNotVisibleOnUnwindInLoop()
1895 return !RequiresNoCaptureBeforeUnwind || in isNotVisibleOnUnwindInLoop()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h1284 bool &RequiresNoCaptureBeforeUnwind);