| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DomConditionCache.cpp | 20 assert(BI->isConditional() && "Must be conditional branch"); in registerBranch()
|
| H A D | GuardUtils.cpp | 73 if (!BI || !BI->isConditional()) in parseWidenableBranch() 153 if (!BI || !BI->isConditional())
|
| H A D | BranchProbabilityInfo.cpp | 513 if (!BI || !BI->isConditional()) in calcPointerHeuristics() 563 if (!BI || !BI->isConditional()) in computeUnlikelySuccessors() 962 if (!BI || !BI->isConditional()) in calcZeroHeuristics() 1028 if (!BI || !BI->isConditional()) in calcFloatingPointHeuristics()
|
| H A D | FunctionPropertiesAnalysis.cpp | 54 if (BI->isConditional()) in getNumBlocksFromCond() 128 if (!BI->isConditional()) in updateForBB()
|
| H A D | LoopNestAnalysis.cpp | 58 assert(BI && BI->isConditional() && in getOuterLoopLatchCmp()
|
| H A D | LoopInfo.cpp | 178 if (BI->isConditional()) in getLatchCmpInst() 238 assert(BI && BI->isConditional() && "Expecting conditional latch branch"); in getCanonicalPredicate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 100 assert(Br.isConditional()); in tryParse() 111 assert(Br.isConditional()); in setMetadata() 497 if (Term->isConditional()) { in buildCondition() 533 if (Term->isConditional()) { in gatherPredicates() 603 assert(Term->isConditional()); in insertConditions() 1192 if (!Br || !Br->isConditional()) in hasOnlyUniformBranches() 1215 if (!Br || !Br->isConditional()) in hasOnlyUniformBranches()
|
| H A D | MergedLoadStoreMotion.cpp | 141 if (!BI || !BI->isConditional()) in isDiamondHead()
|
| H A D | LowerExpectIntrinsic.cpp | 199 if (BI && BI->isConditional()) in handlePhiDef()
|
| H A D | SimpleLoopUnswitch.cpp | 518 assert(BI.isConditional() && "Can only unswitch a conditional branch!"); in unswitchTrivialBranch() 1105 if (!BI || BI->isConditional()) in unswitchAllTrivialConditions() 1120 if (!BI->isConditional() || in unswitchAllTrivialConditions() 1135 if (BI->isConditional()) in unswitchAllTrivialConditions() 2197 assert((SI || (BI && BI->isConditional())) && in unswitchNontrivialInvariants() 2965 if (!BI || !BI->isConditional() || in collectUnswitchCandidates()
|
| H A D | CallSiteSplitting.cpp | 132 if (!BI || !BI->isConditional()) in recordCondition()
|
| H A D | JumpThreading.cpp | 173 if (PredBr && PredBr->isConditional()) in updatePredecessorProfileMetadata() 1145 if (!BI || !BI->isConditional()) in processImpliedCondition() 1168 if (!PBI || !PBI->isConditional()) in processImpliedCondition() 2896 if (!CondBr || !CondBr->isConditional() || !CondLHS || in tryToUnfoldSelect() 3092 assert(BI->isConditional() && "Unconditional branch has 2 successors?"); in threadGuard()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVMergeRegionExitTargets.cpp | 49 if (BI->isConditional()) in gatherSuccessors() 81 BI->isConditional() ? BI->getSuccessor(1) : nullptr; in createExitVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAdjustOpt.cpp | 222 if (!BI || !BI->isConditional()) in serializeICMPCrossBB() 232 if (!BI || !BI->isConditional()) in serializeICMPCrossBB()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 457 if (LI->isConditional() != RI->isConditional()) { in diff() 462 if (LI->isConditional()) { in diff() 914 if (cast<BranchInst>(LTerm)->isConditional()) return; in runBlockDiff() 928 if (cast<BranchInst>(RTerm)->isConditional()) return; in runBlockDiff()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 216 assert(BI && BI->isConditional() && "need header with conditional exit"); in profitableToRotateLoopExitingLatch() 243 if (!BI || !BI->isConditional()) in canRotateDeoptimizingLatchExit() 824 assert(PHBI->isConditional() && "Should be clone of BI condbr!"); in rotateLoop()
|
| H A D | LoopSimplify.cpp | 522 if (BI->isConditional()) { in simplifyOneLoop() 633 if (!BI || !BI->isConditional()) continue; in simplifyOneLoop()
|
| H A D | BasicBlockUtils.cpp | 1695 if (Pred2Br->isConditional()) { in GetIfCondition() 1700 if (Pred1Br->isConditional()) in GetIfCondition() 1707 if (Pred1Br->isConditional()) { in GetIfCondition() 1744 assert(BI->isConditional() && "Two successors but not conditional?"); in GetIfCondition()
|
| H A D | FlattenCFG.cpp | 172 assert(PBI->isConditional()); in FlattenParallelAndOr()
|
| H A D | ControlFlowUtils.cpp | 40 auto *Condition = Branch->isConditional() ? Branch->getCondition() : nullptr; in redirectToHub()
|
| H A D | SimplifyCFG.cpp | 457 if (!BI || BI->isConditional() || BI->getSuccessor(0) != BB) in dominatesMergePoint() 787 if (BI->isConditional()) in eraseTerminatorAndDCECond() 808 if (BI->isConditional() && BI->getCondition()->hasOneUse()) in isValueEqualityComparison() 3448 if (BI && BI->isConditional() && BI->getCondition() == V && in getKnownValueOnEdge() 3872 assert(BI && PBI && BI->isConditional() && PBI->isConditional() && in shouldFoldCondBranchesToCommonDestination() 4036 if (!BI->isConditional()) in foldBranchToCommonDest() 4543 assert(PBI->isConditional() && BI->isConditional()); in SimplifyCondBranchToCondBranch() 5508 assert(BI->isConditional() && "Can't get here with an uncond branch."); in simplifyUnreachable() 7518 if (!BI || BI->isConditional()) in simplifyDuplicateSwitchArms() 7863 if (!SuccBI || !SuccBI->isConditional()) in mergeNestedCondBranch() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanConstruction.cpp | 188 if (Br->isConditional()) { in createVPInstructionsForVPBB() 299 assert(BI->isConditional() && NumSuccs == 2 && BI->isConditional() && in buildPlainCFG()
|
| H A D | EVLIndVarSimplify.cpp | 263 assert(LatchBranch->isConditional() && in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 227 if (BI->isConditional())
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 632 if (!BI->isConditional()) in checkBiasedBranch() 761 CHR_DEBUG(dbgs() << "BI.isConditional " << BI->isConditional() << "\n"); in findScope() 764 if (BI && BI->isConditional()) { in findScope() 1503 if (isa<BranchInst>(U) && cast<BranchInst>(U)->isConditional()) in negateICmpIfUsedByBranchOrSelectOnly() 1513 assert(BI->isConditional() && "Must be conditional"); in negateICmpIfUsedByBranchOrSelectOnly()
|