Home
last modified time | relevance | path

Searched refs:profileSrcOp (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEMIRBuilder.h63 void profileSrcOp(const SrcOp &Op, GISelInstProfileBuilder &B) const;
67 profileSrcOp(Op, B); in profileSrcOps()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp85 void CSEMIRBuilder::profileSrcOp(const SrcOp &Op, in profileSrcOp() function in CSEMIRBuilder