Files
SAPFOR/Sapfor/_src/ParallelizationRegions/expand_extract_reg.h

8 lines
311 B
C
Raw Normal View History

2023-09-14 19:43:13 +03:00
#pragma once
#include "ParRegions.h"
#include "../Utils/SgUtils.h"
#include "../Utils/errors.h"
bool expandExtractReg(const std::string &fileName, const int startLine, const int endLine, const std::vector<ParallelRegion*> &regions, std::vector<Messages> &messagesForFile, const bool toDelete = false);