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

References

lib/CodeGen/CodeGenPrepare.cpp
 5940   ASI.push_back(SI);
 5941   for (BasicBlock::iterator It = ++BasicBlock::iterator(SI);
 5942        It != SI->getParent()->end(); ++It) {
 5944     if (I && SI->getCondition() == I->getCondition()) {
 5956   bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1);
 5959   if (VectorCond || SI->getMetadata(LLVMContext::MD_unpredictable))
 5965   else if (SI->getType()->isVectorTy())
 5971       !isFormingBranchFromSelectProfitable(TTI, TLI, SI))
 6004   BasicBlock *StartBlock = SI->getParent();
 6049     FalseBlock = BasicBlock::Create(SI->getContext(), "select.false",
 6052     FalseBranch->setDebugLoc(SI->getDebugLoc());
 6073   IRBuilder<>(SI).CreateCondBr(SI->getCondition(), TT, FT, SI);
 6073   IRBuilder<>(SI).CreateCondBr(SI->getCondition(), TT, FT, SI);
 6073   IRBuilder<>(SI).CreateCondBr(SI->getCondition(), TT, FT, SI);