BI != BE; ++BI)
if (RI->getRegionFor(*BI) == R)
O.indent(2 * (depth + 1))
- << "Node" << static_cast<const void *>(
- RI->getTopLevelRegion()->getBBNode(*BI)) << ";\n";
+ << "Node"
+ << static_cast<void *>(RI->getTopLevelRegion()->getBBNode(*BI))
+ << ";\n";
O.indent(2 * depth) << "}\n";
}
for (ScopStmt::memacc_iterator MI = Stmt->memacc_begin(),
ME = Stmt->memacc_end();
MI != ME; ++MI) {
- Json::Value accesses = jscop["statements"][statementIdx]["accesses"][
- memoryAccessIdx]["relation"];
+ Json::Value accesses = jscop["statements"][statementIdx]["accesses"]
+ [memoryAccessIdx]["relation"];
isl_map *newAccessMap =
isl_map_read_from_str(S->getIslCtx(), accesses.asCString());
isl_map *currentAccessMap = (*MI)->getAccessRelation();
// See if we can convert this to an int64_t
uint64_t UIntVal;
if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,
- &isExact) !=
- APFloat::opOK ||
+ &isExact) != APFloat::opOK ||
!isExact)
return false;
IntVal = UIntVal;