Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1793 SmallVector<Instruction *, 8> NoReturnCalls; in runOnFunction() local
1828 if (CS.doesNotReturn()) NoReturnCalls.push_back(CS.getInstruction()); in runOnFunction()
1867 for (auto CI : NoReturnCalls) { in runOnFunction()
1877 bool res = NumInstrumented > 0 || ChangedStack || !NoReturnCalls.empty(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2491 SmallVector<Instruction *, 8> NoReturnCalls; in runOnFunction() local
2535 if (CS.doesNotReturn()) NoReturnCalls.push_back(CS.getInstruction()); in runOnFunction()
2574 for (auto CI : NoReturnCalls) { in runOnFunction()
2584 if (NumInstrumented > 0 || ChangedStack || !NoReturnCalls.empty()) in runOnFunction()