Searched refs:inlinee (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | label-annotation.ll | 10 define void @inlinee() { 19 call void @inlinee() 25 ; CHECK-LABEL: define void @inlinee() 33 ; CHECK: call void @inlinee()
|
D | inline-funclets.ll | 36 ; that stays within the inlinee. 95 ; has a cleanupret that remains within the inlinee. 666 %inlinee.pad = cleanuppad within none [] 667 call void @g() [ "funclet"(token %inlinee.pad) ]
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | inline-mergeprof.ll | 1 ; Test we lose details of not inlined profile without '-sample-profile-merge-inlinee' 2 …ample-profile-file=%S/Inputs/inline-mergeprof.prof -sample-profile-merge-inlinee=false -enable-new… 3 …ample-profile-file=%S/Inputs/inline-mergeprof.prof -sample-profile-merge-inlinee=true -enable-new-… 4 …ample-profile-file=%S/Inputs/inline-mergeprof.prof -sample-profile-merge-inlinee=false -S | FileCh… 6 ; Test we properly merge not inlined profile with '-sample-profile-merge-inlinee' 7 …ample-profile-file=%S/Inputs/inline-mergeprof.prof -sample-profile-merge-inlinee=true -S | FileChe… 9 ; Test we properly merge not inlined profile with '-sample-profile-merge-inlinee' 11 …e-profile-file=%S/Inputs/inline-mergeprof.md5.prof -sample-profile-merge-inlinee=true -S | FileChe…
|
D | nodebug-error.ll | 2 ; when '-sample-profile-merge-inlinee' is enabled. When the mistake 6 ; RUN: -sample-profile-merge-inlinee=true -S 2>&1| FileCheck %s
|
D | inline-mergeprof-dup.ll | 1 ;; Test we merge non-inlined profile only once with '-sample-profile-merge-inlinee' 2 …ample-profile-file=%S/Inputs/inline-mergeprof.prof -sample-profile-merge-inlinee=true -S | FileChe…
|
D | inline-replay.ll | 4 …-sample-profile-file=%S/Inputs/inline-topdown.prof -sample-profile-merge-inlinee -sample-profile-t… 7 …-profile-inline-replay=%S/Inputs/inline-replay.txt -sample-profile-merge-inlinee -sample-profile-t…
|
D | inline-topdown.ll | 7 …-sample-profile-file=%S/Inputs/inline-topdown.prof -sample-profile-merge-inlinee -sample-profile-t…
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-inline-linetable.s | 66 # PDB-NEXT: inlinee = 0x1003 (bar), parent = 0, end = 0 73 # PDB-NEXT: inlinee = 0x1004 (foo), parent = 0, end = 0 128 .long 0x1003 # inlinee, bar
|
D | cv-loc-unreachable.s | 36 # CODEVIEW-NEXT: inlinee = 0x1002 (do_exit), parent = 0, end = 0
|
D | cv-loc-unreachable-2.s | 25 # CODEVIEW-NEXT: inlinee = 0x1002 (do_exit), parent = 0, end = 0
|
/external/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 35 ; that stays within the inlinee. 94 ; has a cleanupret that remains within the inlinee. 445 %inlinee.pad = cleanuppad within none [] 446 call void @g() [ "funclet"(token %inlinee.pad) ]
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 743 TypeIndex &inlinee = *const_cast<TypeIndex *>(&line.Header->Inlinee); in mergeInlineeLines() local 744 if (!source->remapTypeIndex(inlinee, TiRefKind::IndexRef)) { in mergeInlineeLines() 746 " with bad inlinee index 0x" + utohexstr(inlinee.getIndex())); in mergeInlineeLines()
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 299 Dump inlinee line information (DEBUG_S_INLINEELINES CodeView subsection)
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 1365 inlinee info, is stored in one or more ``.debug$S`` sections. There may only be
|
D | LangRef.rst | 12446 ``"deopt"`` continuations present in the inlinee, and also updates calls to this
|
/external/llvm-project/llvm/docs/ |
D | SourceLevelDebugging.rst | 1973 inlinee info, is stored in one or more ``.debug$S`` sections. There may only be
|
D | LangRef.rst | 20132 ``"deopt"`` continuations present in the inlinee, and also updates calls to this
|