Searched refs:UseInstructionNames (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/Support/ |
D | GICHelper.cpp | 190 bool UseInstructionNames) { in getIslCompatibleName() argument 193 if (UseInstructionNames) in getIslCompatibleName() 207 bool UseInstructionNames) { in getIslCompatibleName() argument 210 if (UseInstructionNames && Val->hasName()) in getIslCompatibleName()
|
/external/llvm-project/polly/include/polly/Support/ |
D | GICHelper.h | 238 bool UseInstructionNames); 257 bool UseInstructionNames);
|
/external/llvm-project/polly/lib/Transform/ |
D | Simplify.cpp | 233 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in coalesceWrites() 398 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in removeRedundantWrites()
|
D | ZoneAlgo.cpp | 731 std::string(), UseInstructionNames); in makeValueId()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 148 bool polly::UseInstructionNames; member in polly 153 cl::location(UseInstructionNames), cl::Hidden, cl::init(false), 233 UseInstructionNames); in ScopArrayInfo() 1511 } else if (UseInstructionNames) { in createParameterId()
|
D | ScopBuilder.cpp | 1948 if (UseInstructionNames) in makeStmtName() 1957 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName() 1966 UseInstructionNames); in makeStmtName()
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 51 extern bool UseInstructionNames;
|