Searched refs:Suffix2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 375 /// 'Suffix2', and are returned in the NewBBs vector. 383 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1324 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, 1438 const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, in SplitLandingPadPredecessorsImpl() argument 1487 OrigBB->getName() + Suffix2, in SplitLandingPadPredecessorsImpl() 1515 Clone2->setName(Twine("lpad") + Suffix2); in SplitLandingPadPredecessorsImpl() 1540 const char *Suffix1, const char *Suffix2, in SplitLandingPadPredecessors() argument 1545 return SplitLandingPadPredecessorsImpl(OrigBB, Preds, Suffix1, Suffix2, in SplitLandingPadPredecessors()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 81 const StringRef Suffix2(".amdgcn.bc"); in scanLibDevicePath() local 92 if (FileName.ends_with(Suffix2)) in scanLibDevicePath() 93 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath()
|