Home
last modified time | relevance | path

Searched refs:emitBasicBlockStartAnnot (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h39 virtual void emitBasicBlockStartAnnot(const BasicBlock *, in emitBasicBlockStartAnnot() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp361 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in StackLifetime::LifetimeAnnotationWriter
H A DLazyValueInfo.cpp355 void emitBasicBlockStartAnnot(const BasicBlock *BB,
1882 void LazyValueInfoAnnotatedWriter::emitBasicBlockStartAnnot( in emitBasicBlockStartAnnot() function in LazyValueInfoAnnotatedWriter
H A DMemorySSA.cpp114 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::MemorySSAAnnotatedWriter
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp906 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::PredicateInfoAnnotatedWriter
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3883 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()