Home
last modified time | relevance | path

Searched refs:InnerGuard (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/runtime/
Dbasic_scheduler.rs189 fn take_inner(&self) -> Option<InnerGuard<'_, P>> { in take_inner()
192 Some(InnerGuard { in take_inner()
472 struct InnerGuard<'a, P: Park> { struct
477 impl<P: Park> InnerGuard<'_, P> { impl
485 impl<P: Park> Drop for InnerGuard<'_, P> { implementation
/external/llvm-project/llvm/lib/Analysis/
DLoopNestAnalysis.cpp96 BranchInst *InnerGuard = InnerLoop.getLoopGuardBranch(); in arePerfectlyNested() local
98 (InnerGuard) ? dyn_cast<CmpInst>(InnerGuard->getCondition()) : nullptr; in arePerfectlyNested()
/external/llvm-project/llvm/unittests/Analysis/
DLoopInfoTest.cpp1160 BranchInst *InnerGuard = dyn_cast<BranchInst>(Header->getTerminator()); in TEST() local
1203 EXPECT_EQ(L->getLoopGuardBranch(), InnerGuard); in TEST()