Searched refs:ThenTerm (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp298 Instruction *ThenTerm = local
300 BasicBlock *ThenBlock = ThenTerm->getParent();
303 NewInst->insertBefore(ThenTerm);
313 NewBitCast->insertBefore(ThenTerm);
324 NewRet->insertBefore(ThenTerm);
328 ThenTerm->eraseFromParent();
336 Instruction *ThenTerm = nullptr; local
338 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights);
339 BasicBlock *ThenBlock = ThenTerm->getParent();
349 NewInst->insertBefore(ThenTerm);
[all...]
H A DLowerMemIntrinsics.cpp401 Instruction *ThenTerm, *ElseTerm; local
402 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm,
410 BasicBlock *CopyBackwardsBB = ThenTerm->getParent();
445 BranchInst::Create(ExitBB, LoopBB, CompareN, ThenTerm);
446 ThenTerm->eraseFromParent();
H A DBasicBlockUtils.cpp1564 Instruction **ThenTerm,
1579 *ThenTerm = BranchInst::Create(Tail, ThenBlock);
1580 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
1563 SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, Instruction **ThenTerm, Instruction **ElseTerm, MDNode *BranchWeights, DomTreeUpdater *DTU) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp103 Instruction *ThenTerm = local
105 Builder.SetInsertPoint(ThenTerm);
H A DMemProfiler.cpp389 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); local
390 InsertBefore = ThenTerm;
H A DSanitizerCoverage.cpp1005 auto ThenTerm =
1007 IRBuilder<> ThenIRB(ThenTerm);
1023 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false);
1024 IRBuilder<> ThenIRB(ThenTerm);
H A DAddressSanitizer.cpp1127 Instruction *ThenTerm, Value *ValueIfFalse);
1459 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); local
1460 InsertBefore = ThenTerm;
3000 Instruction *ThenTerm,
3005 BasicBlock *ThenBlock = ThenTerm->getParent();
3365 Instruction *ThenTerm, *ElseTerm;
3366 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm);
3368 IRBuilder<> IRBPoison(ThenTerm);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp227 Instruction *ThenTerm = local
231 BasicBlock *CondBlock = ThenTerm->getParent();
240 BasicBlock *NewIfBlock = ThenTerm->getSuccessor(0);
361 Instruction *ThenTerm = local
365 BasicBlock *CondBlock = ThenTerm->getParent();
374 BasicBlock *NewIfBlock = ThenTerm->getSuccessor(0);
483 Instruction *ThenTerm = local
487 BasicBlock *CondBlock = ThenTerm->getParent();
498 BasicBlock *NewIfBlock = ThenTerm->getSuccessor(0);
610 Instruction *ThenTerm local
716 Instruction *ThenTerm = local
826 Instruction *ThenTerm = local
[all...]
H A DSROA.cpp1561 Instruction *ThenTerm = nullptr;
1564 SplitBlockAndInsertIfThenElse(SI.getCondition(), &I, &ThenTerm, &ElseTerm,
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h472 Instruction **ThenTerm,
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1120 Instruction *ThenTerm =
1122 Builder.SetInsertPoint(ThenTerm);

Completed in 248 milliseconds