Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp610 if (auto *SimpleCond = getSimplifiedConstant(BI->getCondition())) { in analyzeLoopUnrollCost() local
612 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()
615 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
620 if (auto *SimpleCond = getSimplifiedConstant(SI->getCondition())) { in analyzeLoopUnrollCost() local
622 if (isa<UndefValue>(SimpleCond)) in analyzeLoopUnrollCost()
625 dyn_cast<ConstantInt>(SimpleCond)) in analyzeLoopUnrollCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2805 if (ConstantInt *SimpleCond = in analyze() local
2807 BasicBlock *NextBB = BI->getSuccessor(SimpleCond->isZero() ? 1 : 0); in analyze()
2816 if (ConstantInt *SimpleCond = in analyze() local
2818 BasicBlock *NextBB = SI->findCaseValue(SimpleCond)->getCaseSuccessor(); in analyze()