OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCFG
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h
238
: Arena(A), SelfVar(nullptr),
Scfg
(nullptr), CurrentBB(nullptr),
249
til::
SCFG
*buildCFG(CFGWalker &Walker);
257
const til::
SCFG
*getCFG() const { return
Scfg
; }
258
til::
SCFG
*getCFG() { return
Scfg
; }
290
// Map from statements in the clang CFG to SExprs in the til::
SCFG
.
367
til::
SCFG
*
Scfg
;
385
// Dump an
SCFG
to llvm::errs()
[
all
...]
ThreadSafetyTraverse.h
129
// SExprs of variable arity, such as Phi, Goto, and
SCFG
.
233
R_SExpr reduceSCFG(
SCFG
&Orig, Container<BasicBlock *> &Bbs) {
267
void enterCFG(
SCFG
&Cfg) {}
268
void exitCFG(
SCFG
&Cfg) {}
366
R_SExpr reduceSCFG(
SCFG
&Orig, Container<BasicBlock *> Bbs) {
395
void enterCFG(
SCFG
&Cfg) {}
396
void exitCFG(
SCFG
&Cfg) {}
838
void printSCFG(
SCFG
*E, StreamType &SS) {
ThreadSafetyTIL.h
[
all
...]
/external/clang/lib/Analysis/
ThreadSafetyTIL.cpp
83
void
SCFG
::renumberVars() {
ThreadSafetyCommon.cpp
88
til::
SCFG
*SExprBuilder::buildCFG(CFGWalker &Walker) {
90
return
Scfg
;
623
Scfg
= new (Arena) til::
SCFG
(Arena, NBlocks);
658
Scfg
->add(CurrentBB);
786
til::
SCFG
*Cfg = builder.buildCFG(Walker);
Completed in 126 milliseconds