Lines Matching full:taken
11 // that do not have their address taken, and keeps track of whether functions
36 "Number of global vars without address taken");
37 STATISTIC(NumNonAddrTakenFunctions,"Number of functions without address taken");
268 /// GlobalValue's in the program. If none of them have their "address taken"
400 /// AnalyzeIndirectGlobalMemory - We found an non-address-taken global variable
636 // non-addr-taken globals.
679 // a non-addr-taken global and some other underlying object. Specifically,
680 // a non-addr-taken global is known to not be escaped from any function. It is
706 // non-addr-taken global, we must know that it would have to be an escape.
749 // non-addr-taken globals.
803 /// address of the global isn't taken.
810 // If either of the underlying values is a global, they may be non-addr-taken
815 // If the global's address is taken, pretend we don't know it's a pointer to
822 // If the two pointers are derived from two different non-addr-taken
843 // Otherwise if they are both derived from the same addr-taken global, we
953 // Find non-addr taken globals.