Home
last modified time | relevance | path

Searched defs:IsNested (Results 1 – 7 of 7) sorted by relevance

/third_party/spirv-tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2267 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2328 bool IsNested = false; in adjustForSegmentedStacks() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1247 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2108 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
/third_party/node/deps/v8/src/objects/
Dobjects.cc5264 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite