Searched refs:NoReturnCalls (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1371 SmallVector<Instruction*, 8> NoReturnCalls; local
1405 NoReturnCalls.push_back(CS.getInstruction());
1418 !NoReturnCalls.empty() || !ToInstrument.empty() || (NumAllocas > 0);
1450 for (auto CI : NoReturnCalls) {
1460 bool res = NumInstrumented > 0 || ChangedStack || !NoReturnCalls.empty();

Completed in 70 milliseconds