Searched refs:simplifyRegion (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/ |
D | CSE.cpp | 79 void simplifyRegion(ScopedMapTy &knownValues, DominanceInfo &domInfo, 151 simplifyRegion(nestedKnownValues, domInfo, region); in simplifyBlock() 157 simplifyRegion(knownValues, domInfo, region); in simplifyBlock() 161 void CSE::simplifyRegion(ScopedMapTy &knownValues, DominanceInfo &domInfo, in simplifyRegion() function in CSE 220 simplifyRegion(knownValues, domInfo, region); in runOnOperation()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | CodeGeneration.cpp | 206 simplifyRegion(R, &DT, &LI, &RI); in CodeGen()
|
D | PPCGCodeGeneration.cpp | 3451 simplifyRegion(R, DT, LI, RI); in generateCode()
|
/external/llvm-project/polly/include/polly/Support/ |
D | ScopHelper.h | 365 void simplifyRegion(llvm::Region *R, llvm::DominatorTree *DT,
|
/external/llvm-project/polly/lib/Support/ |
D | ScopHelper.cpp | 156 void polly::simplifyRegion(Region *R, DominatorTree *DT, LoopInfo *LI, in simplifyRegion() function in polly
|