Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp506 const std::string LocName = ".loc.dummy"; in createSourceLocation() local
507 GlobalVariable *SourceLocDummy = M->getGlobalVariable(LocName); in createSourceLocation()
535 *M, IdentTy, true, GlobalValue::PrivateLinkage, nullptr, LocName); in createSourceLocation()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp694 StringRef LocName = getLocationName(Func, Count); in doSample() local
697 FuncSampleData(LocName, FuncSampleData::ContainerTy()))); in doSample()