Home
last modified time | relevance | path

Searched refs:SimpleCond (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp583 if (auto *SimpleCond = getSimplifiedConstant(BI->getCondition())) { in analyzeLoopUnrollCost() local
585 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()
588 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
593 if (auto *SimpleCond = getSimplifiedConstant(SI->getCondition())) { in analyzeLoopUnrollCost() local
595 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()
598 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2574 if (ConstantInt *SimpleCond = in analyze() local
2576 BasicBlock *NextBB = BI->getSuccessor(SimpleCond->isZero() ? 1 : 0); in analyze()
2585 if (ConstantInt *SimpleCond = in analyze() local
2587 BasicBlock *NextBB = SI->findCaseValue(SimpleCond)->getCaseSuccessor(); in analyze()