Searched refs:InsBeforeB (Results 1 – 2 of 2) sorted by relevance
2061 auto InsBeforeB = InsBefore->getParent(); in poisonStack() local2062 assert(InsBeforeB == &F.getEntryBlock()); in poisonStack()2063 for (BasicBlock::iterator I(InsBefore); I != InsBeforeB->end(); ++I) in poisonStack()
2851 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas() local2852 assert(InsBeforeB == &F.getEntryBlock()); in processStaticAllocas()2854 if (AI->getParent() == InsBeforeB) in processStaticAllocas()