Searched refs:isValidCFG (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/include/polly/ |
D | ScopDetection.h | 463 bool isValidCFG(BasicBlock &BB, bool IsLoopBranch, bool AllowUnreachable,
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 636 bool ScopDetection::isValidCFG(BasicBlock &BB, bool IsLoopBranch, in isValidCFG() function in ScopDetection 1271 if (!isValidCFG(*ControlBB, true, false, Context)) in canUseISLTripCount() 1553 if (!isValidCFG(*BB, false, IsErrorBlock, Context) && !KeepGoing) in allBlocksValid()
|