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

References

tools/polly/lib/CodeGen/Utils.cpp
   80   Region &R = S.getRegion();
   81   PollyIRBuilder Builder(S.getEntry());
   96   BasicBlock *EnteringBB = S.getEnteringBlock();
   97   BasicBlock *EntryBB = S.getEntry();
  116   BasicBlock *ExitingBB = S.getExitingBlock();
  117   BasicBlock *ExitBB = S.getExit();
  149   BranchInst *CondBr = Builder.CreateCondBr(RTC, StartBlock, S.getEntry());