Home
last modified time | relevance | path

Searched refs:none3 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/Transforms/FunctionImport/
Dhotness_based_import.ll20 ; HOT-DEFAULT-NOT: define available_externally void @none3()
34 ; HOT-EVOLUTION-NOT: define available_externally void @none3()
47 ; HOT-ONE-NOT: define available_externally void @none3()
57 ; HOT-COLD-ONE-NOT: define available_externally void @none3()
65 ; HOT-ZERO-DAG: define available_externally void @none3()
100 call void @none3()
113 declare void @none3() #1
/external/llvm-project/llvm/test/Bitcode/
Dthinlto-function-summary-callgraph-sample-profile-summary.ll26 ; "none3"
34 ; op4=none1 op6=hot1 op8=cold1 op10=none2 op12=hot2 op14=cold2 op16=none3 op18=hot3 op20=cold3 op22…
86 call void @none3()
102 declare void @none3() #1
Dthinlto-function-summary-callgraph-profile-summary.ll45 ; "none3"
51 ; op4=hot1 op6=cold op8=hot2 op10=hot4 op12=none1 op14=hot3 op16=none2 op18=none3 op20=123
106 call void @none3()
119 declare void @none3() #1
154 ; DIS: ^8 = gv: (name: "none3") ; guid = 16213681105727317812
/external/llvm-project/llvm/test/Bitcode/Inputs/
Dthinlto-function-summary-callgraph-profile-summary.ll24 define void @none3() #1 {
Dthinlto-function-summary-callgraph-sample-profile-summary.ll29 define void @none3() #1 {
/external/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/
Dhotness_based_import.ll37 define void @none3() #1 {
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp115 int none3(std::shared_ptr<NoneTester> &obj) { return obj ? obj->answer : -1; } in none3() function
332 m.def("no_none3", &none3, py::arg{}.none(false)); in TEST_SUBMODULE()
337 m.def("ok_none3", &none3); in TEST_SUBMODULE()