Home
last modified time | relevance | path

Searched refs:Closure (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp298 class Closure { class
314 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anoncbde8b740111::Closure
406 void buildClosure(Closure &, Register Reg);
409 void visitRegister(Closure &, Register Reg, RegDomain &Domain,
413 void reassign(const Closure &C, RegDomain Domain) const;
416 void encloseInstr(Closure &C, MachineInstr *MI);
419 bool isReassignmentProfitable(const Closure &C, RegDomain Domain) const;
422 double calculateCost(const Closure &C, RegDomain Domain) const;
429 void X86DomainReassignment::visitRegister(Closure &C, Register Reg, in visitRegister()
452 void X86DomainReassignment::encloseInstr(Closure &C, MachineInstr *MI) { in encloseInstr()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc469 /* Closure based interfaces. */
475 uint32_t getValueProfDataSize(ValueProfRecordClosure *Closure) {
478 const void *Record = Closure->Record;
479 uint32_t NumValueKinds = Closure->GetNumValueKinds(Record);
484 uint32_t NumValueSites = Closure->GetNumValueSites(Record, Kind);
488 Closure->GetNumValueData(Record, Kind));
495 * from the \c Closure and serialize the data into \c This record instance.
498 ValueProfRecordClosure *Closure,
501 const void *Record = Closure->Record;
507 uint32_t ND = Closure->GetNumValueDataForSite(Record, ValueKind, S);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc543 /* Closure based interfaces. */
550 getValueProfDataSize(ValueProfRecordClosure *Closure) {
553 const void *Record = Closure->Record;
556 uint32_t NumValueSites = Closure->GetNumValueSites(Record, Kind);
560 Closure->GetNumValueData(Record, Kind));
567 * from the \c Closure and serialize the data into \c This record instance.
571 ValueProfRecordClosure *Closure,
574 const void *Record = Closure->Record;
580 uint32_t ND = Closure->GetNumValueDataForSite(Record, ValueKind, S);
582 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
[all …]
/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.c260 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo()
294 static void collectvalidlines (lua_State *L, Closure *f) { in collectvalidlines()
332 Closure *f, CallInfo *ci) { in auxgetinfo()
389 Closure *cl; in lua_getinfo()
H A Dlobject.h675 typedef union Closure { union
678 } Closure; typedef
H A Dlstate.h359 union Closure cl;
/netbsd-src/external/gpl3/gdb/dist/libiberty/testsuite/
H A Drust-demangle-expected183 # Closure path elements.
246 # Closure path elements.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp796 auto Closure = InstrProfRecordClosure; in getSize() local
797 Closure.Record = &Record; in getSize()
798 return getValueProfDataSize(&Closure); in getSize()
/netbsd-src/external/mit/isl/dist/doc/
H A Disl.bib6 title = {Transitive Closure of Infinite Graphs and Its Applications},
27 title = {Computing the Transitive Closure of a Union of Affine Integer Tuple Relations},
H A Dimplementation.tex835 \section{Transitive Closure}
855 \begin{definition}[Transitive Closure of a Relation] argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A DCMakeLists.txt165 # Closure to keep the values.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1135 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda() argument
1138 for (auto &&C : Closure->captures()) { in adjustCVQualifiersForCXXThisWithinLambda()
1142 if (Closure->getLambdaCallOperator()->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
1152 CXXRecordDecl *Closure = cast<CXXRecordDecl>(CurDC->getParent()); in adjustCVQualifiersForCXXThisWithinLambda() local
1153 while (Closure && in adjustCVQualifiersForCXXThisWithinLambda()
1154 IsThisCaptured(Closure, IsByCopyCapture, IsConstCapture)) { in adjustCVQualifiersForCXXThisWithinLambda()
1161 Closure = isLambdaCallOperator(Closure->getParent()) in adjustCVQualifiersForCXXThisWithinLambda()
1162 ? cast<CXXRecordDecl>(Closure->getParent()->getParent()) in adjustCVQualifiersForCXXThisWithinLambda()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp1458 std::vector<unsigned> &Closure) -> bool { in buildPhis() argument
1459 for (unsigned I : Closure) in buildPhis()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmutex882 // Closure type that runs the function
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4513.txt159 B.3.4. Section 5.2 ("TLS Connection Closure Effects") .....33
1812 B.3.4. Section 5.2 ("TLS Connection Closure Effects")
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2011339 * d/d-codegen.cc, d/d-glue.cc: Issue #239 - Filter + Closure =
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok2111 for the Transitive Closure of Binary
H A Dfunstack.in15941 …title = "A Modification of {Warshall}'s Algorithm for the Transitive Closure of Binary Rela…