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