HomeSort by: relevance | last modified time | path
    Searched defs:Inlined (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc 111 class Inlined {
113 Inlined (void);
116 Inlined (const Inlined &rhs)
124 Inlined::Inlined (void)
130 cbvInlined (Inlined arg)
264 Inlined inlined; variable
284 v = cbvInlined (inlined);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc 111 class Inlined {
113 Inlined (void);
116 Inlined (const Inlined &rhs)
124 Inlined::Inlined (void)
130 cbvInlined (Inlined arg)
264 Inlined inlined; variable
284 v = cbvInlined (inlined);
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp 96 OptReportLocationItemInfo Inlined;
105 Inlined |= RHS.Inlined;
118 if (Inlined < RHS.Inlined)
120 else if (RHS.Inlined < Inlined)
230 UpdateLLII(LI.Inlined);
288 bool NothingInlined = !MaxLI.Inlined.Transformed;
320 InlinedCols += CI.second.Inlined.Analyzed
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 109 "Number of functions inlined with context sensitive profile");
111 "Number of functions not inlined with context sensitive profile");
116 "Number of inlined callsites with a partial distribution factor");
312 // will be used to decide if they should be inlined independently.
532 // For non-CS profile, if a direct call/invoke instruction is inlined in
534 // inlined here, it means that the inlined callsite has no sample, thus the
536 // For CS profile, the callsite count of previously inlined callees is
571 // a profile, otherwise it wouldn't be inlined. For non-probe based profile,
577 // For non-CS profile, If a direct call/invoke instruction is inlined i
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 197 0x17, // Marker for routines always inlined and thus lacking a convention
231 Inlined = 0x00000800,

Completed in 22 milliseconds