Home
last modified time | relevance | path

Searched refs:UseInstructionNames (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/lib/Support/
H A DGICHelper.cpp165 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 DGICHelper.h315 bool UseInstructionNames);
334 bool UseInstructionNames);
/llvm-project-15.0.7/polly/lib/Transform/
H A DSimplify.cpp323 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in coalesceWrites()
488 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in removeRedundantWrites()
H A DZoneAlgo.cpp738 std::string(), UseInstructionNames); in makeValueId()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp153 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 DScopBuilder.cpp1786 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 DScopInfo.h74 extern bool UseInstructionNames;