Searched refs:captured (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCaptureTracking.h10 // This file contains routines that help determine which pointers are captured.
22 /// PointerMayBeCaptured - Return true if this pointer value may be captured
35 /// to see whether anything was captured.
40 /// capturing instructions that will not be passed into captured().
50 /// captured - Information about the pointer was captured by the user of
53 virtual bool captured(Use *U) = 0;
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp1 //===--- CaptureTracking.cpp - Determine whether a pointer is captured ----===//
10 // This file contains routines that help determine which pointers are captured.
11 // A pointer value is captured if the function makes a copy of any part of the
12 // pointer that outlives the call. Not being captured means, more or less, that
40 bool captured(Use *U) { function in struct:__anon2194::SimpleCaptureTracker
54 /// PointerMayBeCaptured - Return true if this pointer value may be captured
64 "It doesn't make sense to ask whether a global is captured.");
91 // is captured to avoid taking too much compile time.
110 // Not captured if the callee is readonly, doesn't return a copy through
116 // Not captured i
[all...]
H A DAliasAnalysis.cpp391 bool captured(Use *U) { function in struct:__anon2183::CapturesBefore
413 // was captured before or after this particular call, while we are. However,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp340 OpaqueValueExpr *captured = local
346 addSemanticExpr(captured);
347 return captured;
352 /// already be captured.
354 /// \returns the captured expression, which will be the
355 /// same as the input if the input was already captured
359 // If the expression hasn't already been captured, just capture it
372 "captured expression not found in semantics!");
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp161 bool captured(Use *U) LLVM_OVERRIDE {
197 // If any allocas are captured, exit.
241 // At this point, we know that the function does not have any captured
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp347 bool captured(Use *U) { function in struct:__anon2712::ArgumentUsesTracker
369 assert(Found && "Capturing call-site captured nothing?");
374 bool Captured; // True only if certainly captured (used outside our SCC).
520 // captured.
557 // If it's trivially not captured, mark it nocapture now.
562 // If it's not trivially captured and not trivially not captured,
574 // Otherwise, it's captured. Don't bother doing SCC analysis on it.
660 // negatives, we can assume that any pointer which is captured isn't going
662 // analyze all uses of a captured pointe
[all...]
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6715 % place the captured inserts
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex6586 % place the captured inserts
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex8654 % place the captured inserts

Completed in 159 milliseconds