Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h833 std::vector<const FunctionRecord *> Instantiations; variable
836 std::vector<const FunctionRecord *> Instantiations) in InstantiationGroup() argument
837 : Line(Line), Col(Col), Instantiations(std::move(Instantiations)) {} in InstantiationGroup()
844 size_t size() const { return Instantiations.size(); } in size()
854 for (unsigned I = 1, E = Instantiations.size(); I < E; ++I) in hasName()
855 if (Instantiations[I]->Name != Instantiations[0]->Name) in hasName()
863 return Instantiations[0]->Name; in getName()
869 for (const FunctionRecord *F : Instantiations) in getTotalExecutionCount()
876 return Instantiations; in getInstantiations()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.td3850 // Instantiations of CRNotPat for i32.
3879 // Instantiations of CRNotPat for i64.