reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 6022       if (TrueBlock == nullptr) {
 6023         TrueBlock = BasicBlock::Create(SI->getContext(), "select.true.sink",
 6025         TrueBranch = BranchInst::Create(EndBlock, TrueBlock);
 6045   if (TrueBlock == FalseBlock) {
 6046     assert(TrueBlock == nullptr &&
 6061   if (TrueBlock == nullptr) {
 6064     TrueBlock = StartBlock;
 6066     TT = TrueBlock;
 6070     TT = TrueBlock;
 6085     PN->addIncoming(getTrueOrFalseValue(SI, true, INS), TrueBlock);