Searched refs:UseInstructionNames (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | GICHelper.cpp | 165 bool UseInstructionNames) { in getIslCompatibleName() argument 168 if (UseInstructionNames) in getIslCompatibleName() 182 bool UseInstructionNames) { in getIslCompatibleName() argument 185 if (UseInstructionNames && Val->hasName()) in getIslCompatibleName()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | GICHelper.h | 315 bool UseInstructionNames); 334 bool UseInstructionNames);
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | Simplify.cpp | 323 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in coalesceWrites() 488 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in removeRedundantWrites()
|
| H A D | ZoneAlgo.cpp | 738 std::string(), UseInstructionNames); in makeValueId()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 153 bool polly::UseInstructionNames; member in polly 158 cl::location(UseInstructionNames), cl::Hidden, cl::cat(PollyCategory)); 237 UseInstructionNames); in ScopArrayInfo() 1442 if (UseInstructionNames) { in createParameterId()
|
| H A D | ScopBuilder.cpp | 1786 if (UseInstructionNames) in makeStmtName() 1795 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName() 1804 UseInstructionNames); in makeStmtName()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 74 extern bool UseInstructionNames;
|