Home
last modified time | relevance | path

Searched refs:NeedsCleanup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp475 bool NeedsCleanup = false; in shrinkToUses() local
479 NeedsCleanup = true; in shrinkToUses()
481 if (NeedsCleanup) in shrinkToUses()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4685 bool DestroyedInCallee = true, NeedsCleanup = true; in EmitCallArg() local
4689 NeedsCleanup = type.isDestructedType(); in EmitCallArg()
4698 if (DestroyedInCallee && NeedsCleanup) { in EmitCallArg()
H A DCGOpenMPRuntime.cpp3731 bool NeedsCleanup = false; in emitTaskInit() local
3733 NeedsCleanup = in emitTaskInit()
3735 if (NeedsCleanup) in emitTaskInit()
3975 if (NeedsCleanup) { in emitTaskInit()