Home
last modified time | relevance | path

Searched refs:InsBeforeB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2061 auto InsBeforeB = InsBefore->getParent(); in poisonStack() local
2062 assert(InsBeforeB == &F.getEntryBlock()); in poisonStack()
2063 for (BasicBlock::iterator I(InsBefore); I != InsBeforeB->end(); ++I) in poisonStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2851 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas() local
2852 assert(InsBeforeB == &F.getEntryBlock()); in processStaticAllocas()
2854 if (AI->getParent() == InsBeforeB) in processStaticAllocas()