Searched refs:ElseTerm (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp341 Instruction *ElseTerm = nullptr; local
342 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights);
344 BasicBlock *ElseBlock = ElseTerm->getParent();
352 OrigInst->moveBefore(ElseTerm);
364 ElseTerm->eraseFromParent();
H A DLowerMemIntrinsics.cpp310 Instruction *ThenTerm, *ElseTerm; local
312 &ElseTerm);
321 BasicBlock *CopyForwardBB = ElseTerm->getParent();
374 BranchInst::Create(ExitBB, FwdLoopBB, CompareN, ElseTerm);
375 ElseTerm->eraseFromParent();
H A DBasicBlockUtils.cpp1021 Instruction **ElseTerm,
1031 *ElseTerm = BranchInst::Create(Tail, ElseBlock);
1032 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
1019 SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, Instruction **ThenTerm, Instruction **ElseTerm, MDNode *BranchWeights) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h351 Instruction **ElseTerm,
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslprimaries.y511 : IfTerm ElseTerm {$$ = TrLinkPeerOp ($1,$2);}
514 ElseTerm
531 ElseTerm {TrLinkPeerOp ($<n>5,$11);}
H A Dasltypes.y246 %type <n> ElseTerm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3346 Instruction *ThenTerm, *ElseTerm;
3347 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm);
3371 IRBuilder<> IRBElse(ElseTerm);

Completed in 641 milliseconds