Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp155 int BasicBlock::renumberInstrs(int ID) { in renumberInstrs() function in BasicBlock
262 void SCFG::renumberInstrs() { in renumberInstrs() function in SCFG
265 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs()
318 renumberInstrs(); in computeNormalForm()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1660 int renumberInstrs(int id); // assign unique ids to all instructions
1773 void renumberInstrs(); // assign unique ids to all instructions