OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesNotCapture
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Analysis/
CaptureTracking.cpp
125
if (A->get() == V && !CS.
doesNotCapture
(A - B))
AliasAnalysis.cpp
443
(!CS.
doesNotCapture
(ArgNo) && !CS.isByValArgument(ArgNo)))
BasicAliasAnalysis.cpp
723
(!CS.
doesNotCapture
(ArgNo) && !CS.isByValArgument(ArgNo)))
[
all
...]
/external/llvm/include/llvm/Support/
CallSite.h
251
bool
doesNotCapture
(unsigned ArgNo) const {
/external/llvm/include/llvm/IR/
Function.h
314
bool
doesNotCapture
(unsigned n) const {
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
89
(CS.getInstruction()->use_empty() || CS.
doesNotCapture
(ArgNo)))
/external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
94
if (!F.
doesNotCapture
(n)) {
[
all
...]
Completed in 240 milliseconds