Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h39 virtual void emitBasicBlockStartAnnot(const BasicBlock *, in emitBasicBlockStartAnnot() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp370 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in StackLifetime::LifetimeAnnotationWriter
H A DLazyValueInfo.cpp354 void emitBasicBlockStartAnnot(const BasicBlock *BB,
1981 void LazyValueInfoAnnotatedWriter::emitBasicBlockStartAnnot( in emitBasicBlockStartAnnot() function in LazyValueInfoAnnotatedWriter
H A DMemorySSA.cpp108 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in __anon871ccb700111::MemorySSAAnnotatedWriter
132 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in __anon871ccb700111::MemorySSAWalkerAnnotatedWriter
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp898 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::PredicateInfoAnnotatedWriter
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3976 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()