Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DGICHelper.cpp190 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/
DGICHelper.h238 bool UseInstructionNames);
257 bool UseInstructionNames);
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp233 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in coalesceWrites()
398 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in removeRedundantWrites()
DZoneAlgo.cpp731 std::string(), UseInstructionNames); in makeValueId()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp148 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()
DScopBuilder.cpp1948 if (UseInstructionNames) in makeStmtName()
1957 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
1966 UseInstructionNames); in makeStmtName()
/external/llvm-project/polly/include/polly/
DScopInfo.h51 extern bool UseInstructionNames;