OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFA
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/v8/test/webkit/
dfg-cse-cfa-discrepancy.js
25
"Tests stability when the
CFA
finds a constant in block-local data flow over captured variables but the CSE doesn't because of differences in heap modeling."
40
y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in
CFA
.
dfg-cfa-merge-with-dead-use-at-tail.js
25
"Tests that a dead use of a variable at the tail of a basic block doesn't confuse the
CFA
into believing that the variable being used is dead as well."
dfg-obvious-constant-cfa.js
25
"This tests that if the
CFA
performs constant folding on an obvious set and then get of a captured local, then we don't crash."
dfg-put-by-id-prototype-check.js
25
"Tests that the DFG
CFA
is not overzealous in removing prototype structure checks for put_by_id transitions."
dfg-putbyval-cfa-clobber.js
25
"Tests that
CFA
knows that PutByVal can clobber the world."
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js
25
"Checks that the DFG
CFA
does the right things if it proves that a put_by_id is a simple replace when storing to a specialized function property."
dfg-constant-fold-logical-not-branch.js
25
"Tests what happens if we fail to constant fold a LogicalNot that leads into a branch, when the
CFA
proves that the LogicalNot has a constant value."
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js
43
// (2) that the callee ends up being constant but requires
CFA
to prove it, and (3) that we actually load that constant
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
231
if (
CFA
)
232
return
CFA
.get();
235
CFA
.reset(new CFGReverseBlockReachabilityAnalysis(*c));
236
return
CFA
.get();
/external/clang/include/clang/Analysis/
AnalysisContext.h
81
std::unique_ptr<CFGReverseBlockReachabilityAnalysis>
CFA
;
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
Completed in 794 milliseconds