Searched refs:setCondition (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp75 CheckBI->setCondition(B.CreateAnd(CheckBI->getCondition(), WC,
96 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get()));
117 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get()));
H A DSimplifyCFG.cpp2731 PBI->setCondition(NewCond);
2774 PBI->setCondition(NewCond);
3287 BI->setCondition(
3317 BI->setCondition(NewPN);
3438 PBI->setCondition(Cond);
5958 BI->setCondition(TorF);
H A DLoopSimplify.cpp529 BI->setCondition(ConstantInt::get(Cond->getType(),
H A DLoopUnrollRuntime.cpp911 LatchBR->setCondition(IdxCmp);
H A DCodeExtractor.cpp1312 TheSwitch->setCondition(call);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp215 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term));
225 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term));
271 Term->setCondition(BoolTrue);
286 Term->setCondition(CallInst::Create(Loop, Arg, "", Term));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp84 SI.setCondition(ArgValue);
306 BSI.setCondition(ArgValue);
H A DGuardWidening.cpp97 static void setCondition(Instruction *I, Value *NewCond) { function in namespace:__anon2676
104 cast<BranchInst>(I)->setCondition(NewCond);
268 setCondition(ToWiden, Result);
397 setCondition(Instr, NewGuardCondition);
H A DLoopPredication.cpp835 BI->setCondition(AllChecks);
1180 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue));
H A DStructurizeCFG.cpp573 Term->setCondition(ParentValue);
578 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent));
H A DIndVarSimplify.cpp2579 BI->setCondition(Cond);
2770 BI->setCondition(NewCond);
2997 BI->setCondition(NewCond);
H A DSCCP.cpp1681 BI->setCondition(ConstantInt::getFalse(BI->getContext()));
1733 SI->setCondition(SI->case_begin()->getCaseValue());
H A DCorrelatedValuePropagation.cpp415 SI->setCondition(Case);
H A DLoopRerollPass.cpp1473 BI->setCondition(Cond);
H A DLoopFuse.cpp1118 FCLatchBranch->setCondition(
H A DLoopIdiomRecognize.cpp1772 PreCondBr->setCondition(NewPreCond);
H A DInductiveRangeCheckElimination.cpp1295 LS.LatchBr->setCondition(CondForBranch);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp444 LoopGuard->setCondition(SetCount);
461 ExitBranch->setCondition(NewCond);
506 ExitBranch->setCondition(NewCond);
H A DTypePromotion.cpp595 Switch->setCondition(Trunc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1876 MergedBR->setCondition(MergedCondition);
1927 BI->setCondition(NewCondition);
1952 SI->setCondition(NewCondition);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp600 BR->setCondition(ConstantInt::getTrue(BR->getContext()));
602 BR->setCondition(ConstantInt::getFalse(BR->getContext()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2613 BI.setCondition(X);
2622 BI.setCondition(ConstantInt::getFalse(BI.getCondition()->getType()));
2654 SI.setCondition(Op0);
2682 SI.setCondition(NewCond);
H A DInstCombineSelect.cpp1023 Sel.setCondition(Builder.CreateICmp(CanonicalPred, LHS, RHS));
1389 Sel.setCondition(NewCmp);
1990 Sel.setCondition(SplatCond);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1775 void setCondition(Value *V) { Op<0>() = V; } function in class:llvm::SelectInst
3067 void setCondition(Value *V) { function in class:llvm::ShuffleVectorInst::BranchInst
3331 void setCondition(Value *V) { setOperand(0, V); } function in class:llvm::ShuffleVectorInst::SwitchInst
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h444 void setCondition(Expr *Cond) { Condition = Cond; } function in class:clang::OMPIfClause
535 void setCondition(Expr *Cond) { Condition = Cond; } function in class:clang::OMPFinalClause

Completed in 442 milliseconds

12