Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h365 const char *Suffix, const char *Suffix2,
384 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1080 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,
1194 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, in SplitLandingPadPredecessorsImpl() argument
1243 OrigBB->getName() + Suffix2, in SplitLandingPadPredecessorsImpl()
1271 Clone2->setName(Twine("lpad") + Suffix2); in SplitLandingPadPredecessorsImpl()
1296 const char *Suffix1, const char *Suffix2, in SplitLandingPadPredecessors() argument
1302 OrigBB, Preds, Suffix1, Suffix2, NewBBs, in SplitLandingPadPredecessors()
1307 const char *Suffix1, const char *Suffix2, in SplitLandingPadPredecessors() argument
1312 return SplitLandingPadPredecessorsImpl(OrigBB, Preds, Suffix1, Suffix2, in SplitLandingPadPredecessors()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp78 const StringRef Suffix2(".amdgcn.bc"); in scanLibDevicePath() local
89 if (FileName.endswith(Suffix2)) in scanLibDevicePath()
90 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath()