Searched refs:emitBasicBlockStartAnnot (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 40 virtual void emitBasicBlockStartAnnot(const BasicBlock *, in emitBasicBlockStartAnnot() function
|
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 40 virtual void emitBasicBlockStartAnnot(const BasicBlock *, in emitBasicBlockStartAnnot() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/ |
D | AssemblyAnnotationWriter.h | 41 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function
|
/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
D | llvm-prof.cpp | 90 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in __anone33b37e50211::ProfileAnnotator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 365 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, 1836 void LazyValueInfoAnnotatedWriter::emitBasicBlockStartAnnot( in emitBasicBlockStartAnnot() function in LazyValueInfoAnnotatedWriter
|
D | MemorySSA.cpp | 96 void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::MemorySSAAnnotatedWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 804 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::PredicateInfoAnnotatedWriter
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 77 virtual void emitBasicBlockStartAnnot(const BasicBlock *BB, in emitBasicBlockStartAnnot() function in llvm::MemorySSAAnnotatedWriter
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1622 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2783 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 3458 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()
|