Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1312 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,
1426 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, in SplitLandingPadPredecessorsImpl() argument
1475 OrigBB->getName() + Suffix2, in SplitLandingPadPredecessorsImpl()
1503 Clone2->setName(Twine("lpad") + Suffix2); in SplitLandingPadPredecessorsImpl()
1528 const char *Suffix1, const char *Suffix2, in SplitLandingPadPredecessors() argument
1533 return SplitLandingPadPredecessorsImpl(OrigBB, Preds, Suffix1, Suffix2, in SplitLandingPadPredecessors()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp80 const StringRef Suffix2(".amdgcn.bc"); in scanLibDevicePath() local
91 if (FileName.ends_with(Suffix2)) in scanLibDevicePath()
92 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h383 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,