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

/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp375 bool KnowNothing = false; local
380 for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) {
383 KnowNothing = true;
401 KnowNothing = !F->isIntrinsic();
407 CI != E && !KnowNothing; ++CI)
422 KnowNothing = true;
425 KnowNothing = true;
431 if (KnowNothing) {

Completed in 63 milliseconds