Searched refs:DominatesDef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp521 bool DominatesDef = true; local
540 DominatesDef = false;
544 DominatesDef = DT->dominates(DefBlock, OldTarget);
553 DominatesDef = true;
556 if (DominatesDef) {

Completed in 20 milliseconds