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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1777       BasicBlock *NewBB = CloneBasicBlock(BB, VMap, ".nonchr", &F);
 1785     F.getBasicBlockList().splice(ExitBlock->getIterator(),
 1786                                  F.getBasicBlockList(),
 1787                                  NewBlocks[0]->getIterator(), F.end());
 1832                                          ConstantInt::getTrue(F.getContext()));
 1845   Value *MergedCondition = ConstantInt::getTrue(F.getContext());
 1874   MDBuilder MDB(F.getContext());
 1919                         ConstantInt::getTrue(F.getContext()) :
 1920                         ConstantInt::getFalse(F.getContext());
 1944                         ConstantInt::getTrue(F.getContext()) :
 1945                         ConstantInt::getFalse(F.getContext());
 1970           ConstantInt::getTrue(F.getContext()), Cond);
 1984         dumpIR(F, oss.str().c_str(), nullptr));
 1998   if (!shouldApply(F, PSI))
 2001   CHR_DEBUG(dumpIR(F, "before", nullptr));
 2059     CHR_DEBUG(dumpIR(F, "after", &Stats));
 2061       return OptimizationRemark(DEBUG_TYPE, "Stats", &F)
 2062           << ore::NV("Function", &F) << " "