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

References

lib/CodeGen/EarlyIfConversion.cpp
  307        I != E; ++I) {
  307        I != E; ++I) {
  308     if (I->isDebugInstr())
  318     if (I->isPHI()) {
  319       LLVM_DEBUG(dbgs() << "Can't predicate: " << *I);
  325     if (!TII->isPredicable(*I) || TII->isPredicated(*I)) {
  325     if (!TII->isPredicable(*I) || TII->isPredicated(*I)) {
  330     if (!InstrDependenciesAllowIfConv(&(*I)))