Home
last modified time | relevance | path

Searched refs:shouldExplore (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCaptureTracking.h104 virtual bool shouldExplore(const Use *U);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp58 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
442 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()