Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp346 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
353 EXPECT_FALSE(Barrier->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
390 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
397 EXPECT_FALSE(Cancel->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
408 EXPECT_FALSE(GTID1->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
414 EXPECT_FALSE(Barrier->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
461 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
468 EXPECT_FALSE(Cancel->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
481 EXPECT_FALSE(GTID1->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
530 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h590 bool doesNotFreeMemory() const { in doesNotFreeMemory() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp797 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1572 [](const Function &F) { return F.doesNotFreeMemory(); }, in inferAttrsFromFunctionBodies()