HomeSort by: relevance | last modified time | path
    Searched defs:CandidateInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfileCollector.h 55 /// for each value to be profiled. The `CandidateInfo` structure encapsulates
59 struct CandidateInfo {
74 std::vector<CandidateInfo> get(InstrProfValueKind Kind) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineLICM.cpp 194 struct CandidateInfo {
199 CandidateInfo(MachineInstr *mi, unsigned def, int fi)
209 SmallVectorImpl<CandidateInfo> &Candidates);
425 SmallVectorImpl<CandidateInfo> &Candidates) {
506 Candidates.push_back(CandidateInfo(MI, Def, FI));
521 SmallVector<CandidateInfo, 32> Candidates;
568 for (CandidateInfo &Candidate : Candidates) {

Completed in 18 milliseconds