Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp799 BB->reserveInstructions(B->size()); in enterCFG()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1616 void reserveInstructions(unsigned Nins) { Instrs.reserve(Nins, Arena); } in reserveInstructions() function