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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp821 BB->reserveInstructions(B->size());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1600 void reserveInstructions(unsigned Nins) { Instrs.reserve(Nins, Arena); } function in class:clang::threadSafety::BasicBlock

Completed in 66 milliseconds