Searched defs:FirstCand (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCMachineScheduler.cpp | 35 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand; in biasAddiLoadCandidate() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineOutliner.cpp | 708 Candidate &FirstCand = OF.Candidates.front(); createOutlinedFunction() local |
H A D | TargetInstrInfo.cpp | 1738 outliner::Candidate &FirstCand = Candidates.front(); mergeOutliningCandidateAttributes() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMBaseInstrInfo.cpp | 5876 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; getOutliningCandidateInfo() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64InstrInfo.cpp | 8222 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; getOutliningCandidateInfo() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 11029 FunctionDecl *FirstCand = nullptr, *SecondCand = nullptr; MaybeDiagnoseAmbiguousConstraints() local |