HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 451 - 475 of 1083) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
ProfileDataLoaderPass.cpp 82 /// createProfileMetadataLoaderPass - This function returns a Pass that loads
118 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB) {
139 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB) {
RegionPrinter.cpp 9 // Print out the region tree of a function using dotty/graphviz.
47 return DOTGraphTraits<const Function*>
50 return DOTGraphTraits<const Function*>
175 "Print regions of function to 'dot' file", true, true)
177 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function",
181 "View regions of function (with no function bodies)",
199 "Print regions of function to 'dot' file "
200 "(with no function bodies)",
ScalarEvolutionAliasAnalysis.cpp 54 virtual bool runOnFunction(Function &F);
81 ScalarEvolutionAliasAnalysis::runOnFunction(Function &F) {
AliasAnalysisEvaluator.cpp 11 // Basically, for each function in the program, it simply queries to see how the
13 // pointers in the function.
26 #include "llvm/IR/Function.h"
75 bool runOnFunction(Function &F);
131 bool AAEval::runOnFunction(Function &F) {
137 for (Function::arg_iterator I = F.arg_begin(), E = F.arg_end(); I != E; ++I)
147 // Skip actual functions for direct function calls.
148 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
167 errs() << "Function: " << F.getName() << ": " << Pointers.size()
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 28 class Function;
72 /// incorporated function. Their reverse mapping is stored in ValueMap.
75 /// When a function is incorporated, this is the size of the Values list
79 /// When a function is incorporated, this is the size of the MDValues list
120 /// function-local constants.
142 /// getGlobalBasicBlockID - This returns the function-specific ID for the
147 /// incorporateFunction/purgeFunction - If you'd like to deal with a function,
150 void incorporateFunction(const Function &F);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 20 #include "llvm/IR/Function.h"
50 virtual void NotifyFunctionEmitted(const Function &F,
91 // Adds the just-emitted function to the symbol table.
93 const Function &F, void *FnStart, size_t FnSize,
99 DEBUG(dbgs() << "Failed to tell OProfile about native function "
120 // If we have debug info for the function itself, use that as the line
123 // the start of the function.
138 // In case the function didn't have line info of its own, adjust the first
139 // line info's address to include the start of the function.
145 << "Failed to tell OProfile about line numbers for native function "
    [all...]
  /external/llvm/lib/IR/
Android.mk 16 Function.cpp \
Pass.cpp 149 bool BasicBlockPass::doInitialization(Function &) {
154 bool BasicBlockPass::doFinalization(Function &) {
240 // setPreservesCFG - This function should be called to by the pass, iff they do
243 // 1. Add or remove basic blocks from the function
246 // This function annotates the AnalysisUsage info object to say that analyses
TypeFinder.cpp 18 #include "llvm/IR/Function.h"
48 for (Function::const_arg_iterator AI = FI->arg_begin(),
52 for (Function::const_iterator BB = FI->begin(), E = FI->end();
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 13 #include "llvm/IR/Function.h"
18 /// DemoteRegToStack - This function takes a virtual register computed by an
36 Function *F = I.getParent()->getParent();
106 /// DemotePHIToStack - This function takes a virtual register computed by a PHI
121 Function *F = P->getParent()->getParent();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-2.js 24 Section: Function.toString
27 Since the behavior of Function.toString() is implementation-dependent,
28 toString tests for function are not in the ECMA suite.
43 var TITLE = "Function.toString()";
54 function Equals (a, b) {
60 function ReallyEquals( a, b ) {
65 function DoesntEqual( a, b ) {
71 function ReallyDoesntEqual( a, b ) {
77 function TestOr( a ) {
86 function TestAnd( a )
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
JavaScriptCallFrame.cpp 123 v8::Handle<v8::Function> evalFunction = v8::Handle<v8::Function>::Cast(m_callFrame.get()->Get(v8String("evaluate")));
NPV8Object.cpp 189 // Call the function object.
190 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(functionObject); local
192 v8::Local<v8::Value> resultObject = proxy->callFunction(function, v8NpObject->v8Object, argumentCount, argv.get());
229 // Lookup the function object and call it.
235 v8::Handle<v8::Function> function(v8::Function::Cast(*functionObject));
236 if (!function->IsNull())
    [all...]
PageScriptDebugServer.cpp 102 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getScripts")));
WorkerScriptDebugServer.cpp 93 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getWorkerScripts")));
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 53 Function = 2,
261 static const uint32_t function_flag = Function << TYPE_OFFSET;
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 28 class Function;
76 /// incorporated function. Their reverse mapping is stored in ValueMap.
79 /// When a function is incorporated, this is the size of the Values list
83 /// When a function is incorporated, this is the size of the MDValues list
124 /// function-local constants.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
151 /// incorporateFunction/purgeFunction - If you'd like to deal with a function,
154 void incorporateFunction(const llvm::Function &F);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 28 class Function;
76 /// incorporated function. Their reverse mapping is stored in ValueMap.
79 /// When a function is incorporated, this is the size of the Values list
83 /// When a function is incorporated, this is the size of the MDValues list
124 /// function-local constants.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
151 /// incorporateFunction/purgeFunction - If you'd like to deal with a function,
154 void incorporateFunction(const llvm::Function &F);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 28 class Function;
76 /// incorporated function. Their reverse mapping is stored in ValueMap.
79 /// When a function is incorporated, this is the size of the Values list
83 /// When a function is incorporated, this is the size of the MDValues list
124 /// function-local constants.
146 /// getGlobalBasicBlockID - This returns the function-specific ID for the
151 /// incorporateFunction/purgeFunction - If you'd like to deal with a function,
154 void incorporateFunction(const llvm::Function &F);
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 12 picasa.LocalFile = function(file) {
23 * @param {Function} callback Callback.
25 readData_: function(callback) {
32 function onLoadCallback(e) {
42 showInImage: function(img) {
48 this.readData_(function() {
67 picasa.Album = function(id, title, location, description, link) {
82 picasa.Client = function() {
160 * @param {Function(string)} callback Callback, which is passed 'status'
164 login: function(login, password, callback, opt_captcha)
    [all...]
  /external/clang/test/SemaCXX/
using-decl-1.cpp 77 foo(*p); // expected-error {{no matching function for call to 'foo'}}
95 foo(p); // expected-error {{no matching function}}
118 using ::foo::Class1::Function; // expected-error{{incomplete type 'foo::Class1' named in nested name specifier}}
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesTest.java 27 import com.google.common.base.Function;
154 new Function<String, Boolean>() {
256 new Function<Integer, Integer>() {
273 underlying, new Function<Boolean, Boolean>() {
  /external/llvm/include/llvm/Analysis/
PostDominators.h 35 virtual bool runOnFunction(Function &F);
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 10 // Collect native machine code for a function. This class contains a list of
11 // MachineBasicBlock instances that make up the current compiled function.
31 class Function;
76 const Function *Fn;
82 // RegInfo - Information about each register in use in the function.
85 // Used to keep track of target-specific per-machine function information for
98 // Function-level unique numbering for MachineBasicBlocks. When a
106 // Allocation management for instructions in function.
112 // Allocation management for basic blocks in function.
115 // List of machine basic blocks in function
    [all...]
  /external/llvm/include/llvm/
InstVisitor.h 14 #include "llvm/IR/Function.h"
61 /// CAV.visit(function);
65 /// Function, and Module, which recursively process all contained instructions.
77 /// virtual function call overhead. Defining and using an InstVisitor is just
101 void visit(Function &F) {
112 void visit(Function *F) { visit(*F); }
138 // When visiting a module, function or basic block directly, these methods get
142 void visitFunction (Function &F) {}
250 // function. If this function is not overloaded in the user's subclass, the
    [all...]

Completed in 1142 milliseconds

<<11121314151617181920>>