Lines Matching defs:TrueBlock
661 BasicBlock *TrueBlock = nullptr, *FalseBlock = nullptr;
672 TrueBlock = BasicBlock::Create(EndBlock->getContext(), "select.true.sink",
674 TrueBranch = BranchInst::Create(EndBlock, TrueBlock);
690 if (TrueBlock == FalseBlock) {
691 assert(TrueBlock == nullptr &&
706 if (TrueBlock == nullptr) {
709 TrueBlock = StartBlock;
711 TT = TrueBlock;
715 TT = TrueBlock;
742 auto *TV = getTrueOrFalseValue(SI, true, INS, TrueBlock);
745 PN->addIncoming(TV, TrueBlock);