Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h108 auto CompareDesc = [](const MCPseudoProbeFuncDesc &Desc, uint64_t GUID) { in find()
111 auto It = llvm::lower_bound(*this, GUID, CompareDesc); in find()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp139 struct CompareDesc { struct
144 CompareDesc(BranchInst *Term, Value *Invariant, BasicBlock *InLoopSucc) in CompareDesc() argument
3189 ICmpInst::Predicate Pred, ArrayRef<CompareDesc> Compares, in insertCandidatesWithPendingInjections()
3241 DenseMap<Value *, SmallVector<CompareDesc, 4> > CandidatesULT; in collectUnswitchCandidatesWithInjections()
3267 CompareDesc Desc(cast<BranchInst>(Term), RHS, IfTrue); in collectUnswitchCandidatesWithInjections()