Home
last modified time | relevance | path

Searched refs:createBPFunctionNodes (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h366 createBPFunctionNodes(ArrayRef<TemporalProfTraceTy> Traces);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp908 std::vector<BPFunctionNode> TemporalProfTraceTy::createBPFunctionNodes( in createBPFunctionNodes() function in llvm::TemporalProfTraceTy
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3222 auto Nodes = TemporalProfTraceTy::createBPFunctionNodes(Traces); in order_main()