Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1184 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,
1298 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, in SplitLandingPadPredecessorsImpl() argument
1347 OrigBB->getName() + Suffix2, in SplitLandingPadPredecessorsImpl()
1375 Clone2->setName(Twine("lpad") + Suffix2); in SplitLandingPadPredecessorsImpl()
1400 const char *Suffix1, const char *Suffix2, in SplitLandingPadPredecessors() argument
1405 return SplitLandingPadPredecessorsImpl(OrigBB, Preds, Suffix1, Suffix2, in SplitLandingPadPredecessors()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp38 const StringRef Suffix2(".amdgcn.bc"); in scanLibDevicePath() local
49 if (FileName.ends_with(Suffix2)) in scanLibDevicePath()
50 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h392 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,