Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h40 virtual void emitBasicBlockStartAnnot(const BasicBlock *, in emitBasicBlockStartAnnot() function
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h41 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
Dllvm-prof.cpp90 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in __anone33b37e50211::ProfileAnnotator
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp77 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::MemorySSAAnnotatedWriter
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1622 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()
/external/llvm/lib/IR/
DAsmWriter.cpp2783 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()