Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp507 GlobalVariable *SourceLocDummy = M->getGlobalVariable(LocName); in createSourceLocation() local
509 if (SourceLocDummy == nullptr) { in createSourceLocation()
534 SourceLocDummy = new GlobalVariable( in createSourceLocation()
536 SourceLocDummy->setAlignment(llvm::Align(8)); in createSourceLocation()
551 SourceLocDummy->setInitializer(LocInitStruct); in createSourceLocation()
554 return SourceLocDummy; in createSourceLocation()