Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp596 if (auto *SimpleCond = getSimplifiedConstant(BI->getCondition())) { in analyzeLoopUnrollCost() local
598 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()
601 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
606 if (auto *SimpleCond = getSimplifiedConstant(SI->getCondition())) { in analyzeLoopUnrollCost() local
608 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()
611 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2799 if (ConstantInt *SimpleCond = in analyze() local
2801 BasicBlock *NextBB = BI->getSuccessor(SimpleCond->isZero() ? 1 : 0); in analyze()
2810 if (ConstantInt *SimpleCond = in analyze() local
2812 BasicBlock *NextBB = SI->findCaseValue(SimpleCond)->getCaseSuccessor(); in analyze()