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

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  324 void splitEntryBlockForAlloca(llvm::BasicBlock *EntryBlock,

References

tools/polly/lib/Support/ScopHelper.cpp
  221   polly::splitEntryBlockForAlloca(EntryBlock, DT, LI, RI);
tools/polly/lib/Transform/CodePreparation.cpp
   72   splitEntryBlockForAlloca(&EntryBlock, &DT, &LI, nullptr);