| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | GuardUtils.cpp | 75 CheckBI->setCondition(B.CreateAnd(CheckBI->getCondition(), WC, in makeGuardControlFlowExplicit() 96 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get())); in widenWidenableBranch() 117 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get())); in setWidenableBranchCond()
|
| H A D | LoopSimplify.cpp | 532 BI->setCondition(ConstantInt::get(Cond->getType(), in simplifyOneLoop()
|
| H A D | LoopUnrollRuntime.cpp | 948 LatchBR->setCondition(IdxCmp); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopConstrainer.cpp | 634 LS.LatchBr->setCondition(CondForBranch); in changeIterationSpaceEnd()
|
| H A D | SimplifyCFG.cpp | 3860 PBI->setCondition( in performBranchToCommonDestFolding() 4407 BI->setCondition( in SimplifyCondBranchToCondBranch() 4530 PBI->setCondition(Cond); in SimplifyCondBranchToCondBranch() 7104 SI->setCondition(ConditionTrailingZeros); in simplifySwitchOfPowersOfTwo() 7417 BI->setCondition( in mergeNestedCondBranch() 7502 BI->setCondition(TorF); in simplifyCondBranch()
|
| H A D | CodeExtractor.cpp | 1445 TheSwitch->setCondition(call); in emitCallAndSwitchStatement()
|
| H A D | BasicBlockUtils.cpp | 2211 PBI->setCondition(NewCond); in InvertBranch()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 213 Term->setCondition(Cond); in openIf() 228 Term->setCondition(Cond); in insertElse() 284 Term->setCondition(BoolTrue); in handleLoop() 300 Term->setCondition(LoopCall); in handleLoop()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 104 SI.setCondition(ArgValue); in handleSwitchExpect() 348 BSI.setCondition(ArgValue); in handleBrSelExpect()
|
| H A D | GuardWidening.cpp | 98 static void setCondition(Instruction *I, Value *NewCond) { in setCondition() function 105 cast<BranchInst>(I)->setCondition(NewCond); in setCondition() 318 setCondition(ToWiden, Result); in widenGuard() 454 setCondition(Instr, NewGuardCondition); in eliminateInstrViaWidening()
|
| H A D | LoopBoundSplit.cpp | 419 SplitCandidateCond.BI->setCondition(ConstantInt::getTrue(Context)); in splitLoopBound() 424 ClonedSplitCandidateBI->setCondition(ConstantInt::getFalse(Context)); in splitLoopBound()
|
| H A D | PartiallyInlineLibCalls.cpp | 94 CurrBBTerm->setCondition(FCmp); in optimizeSQRT()
|
| H A D | LoopPredication.cpp | 782 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions() 1171 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits()
|
| H A D | StructurizeCFG.cpp | 594 Term->setCondition(ParentValue); in insertConditions() 599 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
|
| H A D | IndVarSimplify.cpp | 1080 BI->setCondition(Cond); in linearFunctionTestReplace() 1186 BI->setCondition(NewCond); in replaceExitCond() 1884 BI->setCondition(NewCond); in predicateLoopExits()
|
| H A D | LoopFlatten.cpp | 987 Br->setCondition(Overflow); in FlattenLoopPair()
|
| H A D | SimpleLoopUnswitch.cpp | 627 BI.setCondition(Cond); in unswitchTrivialBranch() 2370 BI->setCondition(Cond); in unswitchNontrivialInvariants() 2386 SI->setCondition(new FreezeInst(SI->getCondition(), in unswitchNontrivialInvariants()
|
| H A D | CorrelatedValuePropagation.cpp | 392 SI->setCondition(Case); in processSwitch()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 527 LoopGuard->setCondition(SetCount); in InsertIterationSetup() 550 ExitBranch->setCondition(NewCond); in InsertLoopDec() 596 ExitBranch->setCondition(NewCond); in UpdateBranch()
|
| H A D | TypePromotion.cpp | 567 Switch->setCondition(Trunc); in TruncateSinks()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1877 MergedBR->setCondition(MergedCondition); in fixupBranchesAndSelects() 1927 BI->setCondition(NewCondition); in fixupBranch() 1951 SI->setCondition(NewCondition); in fixupSelect()
|
| /src/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 609 BR->setCondition(ConstantInt::getTrue(BR->getContext())); in TestBlocks() 611 BR->setCondition(ConstantInt::getFalse(BR->getContext())); in TestBlocks()
|
| /src/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | SandboxIR.h | 605 void setCondition(Value *New) { setOperand(0, New); } in setCondition() function
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1613 void setCondition(Value *V) { Op<0>() = V; } 2996 void setCondition(Value *V) { 3247 void setCondition(Value *V) { setOperand(0, V); }
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 546 void setCondition(Expr *Cond) { Condition = Cond; } in setCondition() function 634 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition() function 8244 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition() function 8291 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition() function
|