HomeSort by: relevance | last modified time | path
    Searched defs:Implication (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 99 "jump-threading-implication-search-threshold",
1276 Optional<bool> Implication =
1278 if (Implication) {
1279 BasicBlock *KeepSucc = BI->getSuccessor(*Implication ? 0 : 1);
1280 BasicBlock *RemoveSucc = BI->getSuccessor(*Implication ? 1 : 0);
3040 // branch where implication is not proved.

Completed in 24 milliseconds