Searched defs:IsNested (Results 1 – 9 of 9) sorted by relevance
451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture()
181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
1301 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local1343 bool IsNested = false; in adjustForSegmentedStacks() local
2218 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local2272 bool IsNested = false; in adjustForSegmentedStacks() local
2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local2126 bool IsNested = false; in adjustForSegmentedStacks() local
1171 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
2104 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
15824 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite