Home
last modified time | relevance | path

Searched defs:CandidateInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.h59 struct CandidateInfo { struct
74 std::vector<CandidateInfo> get(InstrProfValueKind Kind) const; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp194 struct CandidateInfo { struct in __anondcd5ce190111::MachineLICMBase
195 MachineInstr *MI;
196 unsigned Def;
197 int FI;
199 CandidateInfo(MachineInstr *mi, unsigned def, int fi) in CandidateInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp261 for (const Info &CandidateInfo : in findNearest() local