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

Declarations

tools/polly/include/polly/CodeGen/Utils.h
   31 using BBPair = std::pair<llvm::BasicBlock *, llvm::BasicBlock *>;

References

tools/polly/include/polly/CodeGen/IslNodeBuilder.h
  106   void allocateNewArrays(BBPair StartExitBlocks);
tools/polly/include/polly/CodeGen/Utils.h
   68 std::pair<BBPair, llvm::BranchInst *>
tools/polly/include/polly/ScopDetection.h
  201   using DetectionContextMapTy = DenseMap<BBPair, DetectionContext>;
tools/polly/include/polly/ScopDetectionDiagnostic.h
   45 BBPair getBBPairForRegion(const Region *R);
   48 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End);
   58 void emitRejectionRemarks(const BBPair &P, const RejectLog &Log,
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  108 BBPair getBBPairForRegion(const Region *R) {
  112 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End) {
  134 void emitRejectionRemarks(const BBPair &P, const RejectLog &Log,
tools/polly/lib/CodeGen/CodeGeneration.cpp
  217   BBPair StartExitBlocks =
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
 1444 void IslNodeBuilder::allocateNewArrays(BBPair StartExitBlocks) {
tools/polly/lib/CodeGen/Utils.cpp
   77 std::pair<polly::BBPair, BranchInst *>