Searched refs:Prof (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | MemProfTest.cpp | 157 llvm::MapVector<uint64_t, MemInfoBlock> Prof; in TEST() local 158 Prof[0x1].AllocCount = 1; in TEST() 162 RawMemProfReader Reader(std::move(Symbolizer), Seg, Prof, CSM, in TEST() 333 llvm::MapVector<uint64_t, MemInfoBlock> Prof; in TEST() local 334 Prof[0x1].AllocCount = 1; in TEST() 335 Prof[0x2].AllocCount = 1; in TEST() 339 RawMemProfReader Reader(std::move(Symbolizer), Seg, Prof, CSM); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | custom_mutex.h | 71 Prof(); 82 void Prof() { in Prof() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | RawMemProfReader.h | 77 llvm::MapVector<uint64_t, MemInfoBlock> &Prof, 80 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrInfo.td | 40 class MipsDSPBase<string Opc, SDTypeProfile Prof> : 41 SDNode<!strconcat("MipsISD::", Opc), Prof>; 43 class MipsDSPSideEffectBase<string Opc, SDTypeProfile Prof> : 44 SDNode<!strconcat("MipsISD::", Opc), Prof, [SDNPHasChain, SDNPSideEffect]>;
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1027 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof); in CreateSelect() local 1029 Sel = addBranchMetadata(Sel, Prof, Unpred); in CreateSelect()
|