Home
last modified time | relevance | path

Searched refs:make_scope_exit (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopeExit.h58 make_scope_exit(Callable &&F) { in make_scope_exit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DResetMachineFunctionPass.cpp60 make_scope_exit([&MF]() { MF.getRegInfo().clearVirtRegTypes(); }); in runOnMachineFunction()
DIfConversion.cpp934 auto UnReverseOnExit = make_scope_exit([&]() { in ValidForkedDiamond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp539 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in switchInternalEdgeToCall()
686 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in switchTrivialInternalEdgeToRef()
708 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in switchInternalEdgeToRef()
980 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in insertIncomingRefEdge()
1118 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in removeOutgoingEdge()
1138 auto VerifyOnExit = make_scope_exit([&]() { in removeInternalRefEdge()
1385 auto ExitVerifier = make_scope_exit([this] { verify(); }); in insertTrivialCallEdge()
1419 auto ExitVerifier = make_scope_exit([this] { verify(); }); in insertTrivialRefEdge()
1450 auto ExitVerifier = make_scope_exit([this] { verify(); }); in replaceNodeFunction()
DLoopInfo.cpp861 auto InvalidateOnExit = make_scope_exit([&]() { destroy(Unloop); }); in erase()
DScalarEvolution.cpp9742 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); }); in isImpliedCond()
10072 auto ClearOnExit = make_scope_exit([&]() { in isImpliedViaMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc69 auto AttrGuard = llvm::make_scope_exit([&] {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp872 auto Cleanup = make_scope_exit([&]() { MF.setHasWinCFI(HasWinCFI); }); in emitPrologue()
1381 auto WinCFI = make_scope_exit([&]() { in emitEpilogue()
1449 auto Cleanup = make_scope_exit([&] { InsertReturnAddressAuth(MF, MBB); }); in emitEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp62 auto Cleanup = make_scope_exit([&] { InLoopPredecessors.clear(); }); in formDedicatedExitBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp419 auto Cleanup = make_scope_exit([&] { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2289 auto FinalizeOnReturn = make_scope_exit([this]() { finalizeFunction(); }); in runOnMachineFunction()