Home
last modified time | relevance | path

Searched defs:IsFunclet (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp874 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1380 bool IsFunclet = false; in emitEpilogue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp982 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1607 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI); in emitEpilogue() local