Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.h55 struct CandidateInfo { struct
70 std::vector<CandidateInfo> get(InstrProfValueKind Kind) const; argument
/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.h66 struct CandidateInfo { struct
75 bool operator()(CandidateInfo& c1, CandidateInfo& c2) { in operator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp198 struct CandidateInfo { struct in __anonf1f1f9590111::MachineLICMBase
199 MachineInstr *MI;
200 unsigned Def;
201 int FI;
203 CandidateInfo(MachineInstr *mi, unsigned def, int fi) in CandidateInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp257 for (const Info &CandidateInfo : in findNearest() local
/third_party/typescript/src/services/
DsignatureHelp.ts64 interface CandidateInfo { interface