Home
last modified time | relevance | path

Searched refs:TaskAllocFn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5073 Function *TaskAllocFn = in TEST_F() local
5075 ASSERT_EQ(TaskAllocFn->getNumUses(), 2u); in TEST_F()
5078 dyn_cast_or_null<CallInst>(*TaskAllocFn->users().begin()); in TEST_F()
5080 dyn_cast_or_null<CallInst>(*TaskAllocFn->users().begin()++); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1357 Function *TaskAllocFn = in createTask() local
1420 TaskAllocFn, in createTask()