Searched defs:FunctionEffect (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp66 /// FunctionEffect - Capture whether or not this function reads or writes to
68 unsigned FunctionEffect; member in struct:__anon21083::FunctionRecord
70 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {}
128 if (FR->FunctionEffect == 0)
130 else if ((FR->FunctionEffect & Mod) == 0)
145 if (FR->FunctionEffect == 0)
147 else if ((FR->FunctionEffect & Mod) == 0)
382 unsigned FunctionEffect = 0; local
398 FunctionEffect |= Ref;
404 FunctionEffect |
[all...]

Completed in 115 milliseconds