HomeSort by relevance Sort by last modified time
    Searched refs:KnowNothing (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 387 bool KnowNothing = false;
392 for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) {
395 KnowNothing = true;
413 KnowNothing = !F->isIntrinsic();
419 CI != E && !KnowNothing; ++CI)
436 KnowNothing = true;
439 KnowNothing = true;
445 if (KnowNothing) {
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 484 bool KnowNothing = false;
488 for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) {
491 KnowNothing = true;
509 KnowNothing = !F->isIntrinsic();
515 CI != E && !KnowNothing; ++CI)
525 KnowNothing = true;
528 KnowNothing = true;
534 if (KnowNothing) {
    [all...]

Completed in 85 milliseconds