Home
last modified time | relevance | path

Searched refs:HasArg (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/Feature/
H A Dindirectcall.ll26 br i1 %1, label %HasArg, label %Continue
28 HasArg: ; preds = %0
32 Continue: ; preds = %HasArg, %0
33 %n = phi i32 [ %n1, %HasArg ], [ 1, %0 ] ; <i32> [#uses=1]
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.h42 MATCHER_P(HasArg, A, "") {
H A Dfdr_controller_test.cpp33 using ::llvm::xray::testing::HasArg;
136 HasArg(4)), in TEST_F()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp436 BitVector HasArg; in RunRandTest() local
439 HasArg.push_back(false); in RunRandTest()
460 HasArg[i] = true; in RunRandTest()
474 if (!HasArg[i]) in RunRandTest()