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

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 554 bool DominatesDef = true;
576 DominatesDef = false;
580 DominatesDef = DT->dominates(DefBlock, OldTarget);
589 DominatesDef = true;
592 if (DominatesDef) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 521 bool DominatesDef = true;
540 DominatesDef = false;
544 DominatesDef = DT->dominates(DefBlock, OldTarget);
553 DominatesDef = true;
556 if (DominatesDef) {

Completed in 234 milliseconds