brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.8 KiB · f86f9e1 Raw
99 lines · yaml
1--- !Missed2Pass:            inline3Name:            NoDefinition4DebugLoc:        { File: Inputs/q.cpp, Line: 4, Column: 5 }5Function:        _Z3fooi6Args:            7  - Callee:          _Z3barv8  - String:          ' will not be inlined into '9  - Caller:          _Z3fooi10  - String:          ' because its definition is unavailable'11...12--- !Analysis13Pass:            inline14Name:            CanBeInlined15DebugLoc:        { File: Inputs/q.cpp, Line: 8, Column: 3 }16Function:        _Z5quackv17Args:            18  - Callee:          _Z3fooi19  - String:          ' can be inlined into '20  - Caller:          _Z5quackv21  - String:          ' with cost='22  - Cost:            '40'23  - String:          ' (threshold='24  - Threshold:       '275'25  - String:          ')'26...27--- !Passed28Pass:            inline29Name:            Inlined30DebugLoc:        { File: Inputs/q.cpp, Line: 8, Column: 3 }31Function:        _Z5quackv32Args:            33  - Callee:          _Z3fooi34  - String:          ' inlined into '35  - Caller:          _Z5quackv36...37--- !Passed38Pass:            loop-unroll39Name:            FullyUnrolled40DebugLoc:        { File: Inputs/q.cpp, Line: 3, Column: 3 }41Function:        _Z5quackv42Args:            43  - String:          'completely unrolled loop with '44  - UnrollCount:     '4'45  - String:          ' iterations'46...47--- !Analysis48Pass:            inline49Name:            CanBeInlined50DebugLoc:        { File: Inputs/q.cpp, Line: 12, Column: 3 }51Function:        _Z6quack2v52Args:            53  - Callee:          _Z3fooi54  - String:          ' can be inlined into '55  - Caller:          _Z6quack2v56  - String:          ' with cost='57  - Cost:            '40'58  - String:          ' (threshold='59  - Threshold:       '275'60  - String:          ')'61...62--- !Passed63Pass:            inline64Name:            Inlined65DebugLoc:        { File: Inputs/q.cpp, Line: 12, Column: 3 }66Function:        _Z6quack2v67Args:            68  - Callee:          _Z3fooi69  - String:          ' inlined into '70  - Caller:          _Z6quack2v71...72--- !Passed73Pass:            loop-unroll74Name:            FullyUnrolled75DebugLoc:        { File: Inputs/q.cpp, Line: 3, Column: 3 }76Function:        _Z6quack2v77Args:            78  - String:          'completely unrolled loop with '79  - UnrollCount:     '4'80  - String:          ' iterations'81...82--- !Analysis83Pass:            loop-vectorize84Name:            CantVectorizeCall85DebugLoc:        { File: Inputs/q.cpp, Line: 4, Column: 5 }86Function:        _Z3fooi87Args:            88  - String:          'loop not vectorized: '89  - String:          call instruction cannot be vectorized90...91--- !Missed92Pass:            loop-vectorize93Name:            MissedDetails94DebugLoc:        { File: Inputs/q.cpp, Line: 3, Column: 3 }95Function:        _Z3fooi96Args:            97  - String:          'loop not vectorized: use -Rpass-analysis=loop-vectorize for more info'98...99