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

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  371 bool isErrorBlock(llvm::BasicBlock &BB, const llvm::Region &R,

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  180     return isErrorBlock(*RN->getNodeAs<BasicBlock>(), R, LI, DT);
  182     if (isErrorBlock(*BB, R, LI, DT))
 2219   if (isErrorBlock(BB, scop->getRegion(), LI, DT))
 3609     if (isErrorBlock(*BB, scop->getRegion(), LI, DT))
tools/polly/lib/Analysis/ScopDetection.cpp
 1200     if (isErrorBlock(*OpInst->getParent(), Context.CurRegion, LI, DT)) {
 1543     bool IsErrorBlock = isErrorBlock(*BB, CurRegion, LI, DT);
tools/polly/lib/Support/SCEVValidator.cpp
  785       if (isErrorBlock(*Incoming, R, LI, DT) && R.contains(Incoming))
  803     if (!isErrorBlock(*BB, *R, LI, DT)) {