Home
last modified time | relevance | path

Searched refs:InFunctionScope (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVControlFlowOps.td25 DeclareOpInterfaceMethods<BranchOpInterface>, InFunctionScope, Pure,
74 InFunctionScope, Pure, Terminator]> {
190 InFunctionScope, DeclareOpInterfaceMethods<CallOpInterface>]> {
234 def SPIRV_LoopOp : SPIRV_Op<"mlir.loop", [InFunctionScope]> {
325 def SPIRV_ReturnOp : SPIRV_Op<"Return", [InFunctionScope, Pure,
348 def SPIRV_UnreachableOp : SPIRV_Op<"Unreachable", [InFunctionScope, Terminator]> {
364 def SPIRV_ReturnValueOp : SPIRV_Op<"ReturnValue", [InFunctionScope, Pure,
391 def SPIRV_SelectionOp : SPIRV_Op<"mlir.selection", [InFunctionScope]> {
H A DSPIRVStructureOps.td31 InFunctionScope, Pure]> {
693 Pure, InFunctionScope,
H A DSPIRVBase.td4275 def InFunctionScope : PredOpTrait<
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
62 bool InFunctionScope; member in __anonc489034d0111::CVSymbolDumperImpl
558 if (InFunctionScope) in visitKnownRecord()
562 InFunctionScope = true; in visitKnownRecord()
587 InFunctionScope = false; in visitKnownRecord()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1472 if (InFunctionScope) in visitKnownRecord()
1476 InFunctionScope = true;
1617 InFunctionScope = false; in visitKnownRecord()
1623 if (InFunctionScope) in visitKnownRecord()
1627 InFunctionScope = true;
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h141 bool InFunctionScope = false; variable