Home
last modified time | relevance | path

Searched defs:InstrOrderFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp57 struct InstrOrderFile { struct
59 GlobalVariable *OrderFileBuffer;
60 GlobalVariable *BufferIdx;
61 GlobalVariable *BitMap;
62 ArrayType *BufferTy;
63 ArrayType *MapTy;
66 InstrOrderFile() {} in InstrOrderFile() argument
68 void createOrderFileData(Module &M) { in createOrderFileData()
100 void generateCodeSequence(Module &M, Function &F, int FuncId) { in generateCodeSequence()
160 bool run(Module &M) { in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp48 struct InstrOrderFile { struct
50 GlobalVariable *OrderFileBuffer;
51 GlobalVariable *BufferIdx;
52 GlobalVariable *BitMap;
53 ArrayType *BufferTy;
54 ArrayType *MapTy;
59 void createOrderFileData(Module &M) { in createOrderFileData()
91 void generateCodeSequence(Module &M, Function &F, int FuncId) { in generateCodeSequence()
151 bool run(Module &M) { in run()