HomeSort by: relevance | last modified time | path
    Searched refs:WCDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerWidenableCondition.cpp 46 auto *WCDecl = F.getParent()->getFunction(
48 if (!WCDecl || WCDecl->use_empty())
LoopPredication.cpp 1199 auto *WCDecl = M->getFunction(
1202 PredicateWidenableBranchGuards && WCDecl && !WCDecl->use_empty();

Completed in 27 milliseconds