OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesNotCapture
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/
Function.h
285
bool
doesNotCapture
(unsigned n) const {
288
void setDoesNotCapture(unsigned n, bool
DoesNotCapture
= true) {
289
if (
DoesNotCapture
) addAttribute(n, Attribute::NoCapture);
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
[
all
...]
Completed in 43 milliseconds