reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6032 if (FalseBlock == nullptr) { 6033 FalseBlock = BasicBlock::Create(SI->getContext(), "select.false.sink", 6035 FalseBranch = BranchInst::Create(EndBlock, FalseBlock); 6045 if (TrueBlock == FalseBlock) { 6049 FalseBlock = BasicBlock::Create(SI->getContext(), "select.false", 6051 auto *FalseBranch = BranchInst::Create(EndBlock, FalseBlock); 6063 FT = FalseBlock; 6065 } else if (FalseBlock == nullptr) { 6068 FalseBlock = StartBlock; 6071 FT = FalseBlock; 6086 PN->addIncoming(getTrueOrFalseValue(SI, false, INS), FalseBlock);