Home
last modified time | relevance | path

Searched refs:getBlockId (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h82 uint32_t getBlockId(const BasicBlock *BB) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp40 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
261 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
306 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
H A DMicrosoftMangle.cpp1276 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
H A DItaniumMangle.cpp1988 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp190 auto Index = getBlockId(Succ); in computeCFGHash()
248 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h84 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3283 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()