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

<<11121314151617181920>>

  /external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp 72 const Function &F = *MI;
74 // Loop over all of the instructions in the function, adding their return
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 11 // calculates and represent the interval partition of a function.
26 // releaseMemory - Reset state back to before function was analyzed
66 // specified function...
68 bool IntervalPartition::runOnFunction(Function &F) {
71 assert(I != intervals_end(&F) && "No intervals in function!?!?!");
LibCallAliasAnalysis.cpp 17 #include "llvm/IR/Function.h"
41 /// AnalyzeLibCallDetails - Given a call to a function with the specified
48 // If we have a function, check to see what kind of mod/ref effects it
49 // has. Start by including any info globally known about the function.
53 // If that didn't tell us that the function is 'readnone', check to see
124 // If this is a direct call to a function that LCI knows about, get the
125 // information about the runtime function.
127 if (const Function *F = CS.getCalledFunction()) {
PathProfileInfo.cpp 64 // make a reference table to refer to function by number
74 std::vector<Function*> _functions;
227 // set the function for which paths are currently begin processed
228 void PathProfileInfo::setCurrentFunction(Function* F) {
241 // get the function for which paths are currently being processed
242 Function* PathProfileInfo::getCurrentFunction() const {
246 // get the entry block of the function
256 // return the number of paths which a function may potentially execute
271 // returns the total number of paths run in the function
291 // get the filename and setup the module's function reference
    [all...]
MemDepPrinter.cpp 26 const Function *F;
48 virtual bool runOnFunction(Function &F);
82 "Print MemDeps of function", false, true)
85 "Print MemDeps of function", false, true)
94 bool MemDepPrinter::runOnFunction(Function &F) {
ProfileInfoLoaderPass.cpp 90 /// createProfileLoaderPass - This function returns a Pass that loads the
165 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB) {
186 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB) {
233 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 32 class Function;
73 MCSymbol *BeginLabel; // zero indicates the start of the function.
74 MCSymbol *EndLabel; // zero indicates the end of the function.
87 /// CallToNoUnwindFunction - Return `true' if this is a call to a function
121 /// catches in the function. This tables is reversed indexed base 1.
137 /// BeginFunction - Gather pre-function exception information. Assumes being
138 /// emitted immediately after the function entry point.
141 /// EndFunction - Gather and emit post-function exception information.
146 /// shouldEmitPersonality - Per-function flag to indicate if .cfi_personality
150 /// shouldEmitLSDA - Per-function flag to indicate if .cfi_lsd
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 19 #include "llvm/IR/Function.h"
48 /// JITCompilerFunction - This contains the address of the JIT function used to
49 /// compile a function lazily.
64 # define TYPE_FUNCTION(sym) ".type " #sym ", @function\n"
337 /// This is the target-specific function invoked by the
338 /// function stub when we did not know the real target of a call. This function
340 /// compiler function.
364 << ": Resolving call to function: "
391 // when the requested function finally gets called. This also makes th
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 25 #include "llvm/IR/Function.h"
47 bool runOnFunction(Function &F) {
  /external/v8/test/mjsunit/
function-without-prototype.js 28 // Tests that function does not have prototype.
29 function testPrototype(f) {
37 // Tests that construction from function throws.
38 function testConstruction(name) {
46 testPrototype(Function.prototype.call);
52 testConstruction("Function.prototype.apply");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.3-2.js 27 The valueOf function returns a number, which is this time value.
29 The valueOf function is not generic; it generates a runtime error if
62 function addTestCase( t ) {
89 function MyObject( value ) {
92 this.toString = new Function( "return this+\"\";");
95 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.2-2.js 87 function test() {
100 function MyObject( value ) {
103 this.toString = new Function( "return this.value+''" );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.1.js 24 ECMA Section: 15.7.1 The Number Constructor Called as a Function
28 Description: When Number is called as a function rather than as a
44 var TITLE = "The Number Constructor Called as a Function";
52 function getTestCases() {
74 function test() {
87 function MyObject( value ) {
89 this.valueOf = new Function( "return this.value" );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
15.3.4.4-1.js 38 * SUMMARY: ECMA conformance of Function.prototype.call
40 * Function.prototype.call(thisArg [,arg1 [,arg2, ...]])
47 var summary = 'Testing ECMA conformance of Function.prototype.call';
56 function F0(a)
61 function F1(a)
66 function F2()
74 * Function.prototype.call.length should return 1
77 actual = Function.prototype.call.length;
84 * called function must be passed the global object as |this|
94 * the called function should be invoked with an empty argument lis
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileNodeCustom.cpp 66 v8::Local<v8::Function> function = V8ScriptProfileNode::GetTemplate()->GetFunction();
67 if (function.IsEmpty()) {
71 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function);
  /external/webkit/Source/WebKit/chromium/src/
BoundObject.cpp 72 v8::Local<v8::Function> constructor = m_hostTemplate->GetFunction();
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 19 #include <llvm/IR/Function.h>
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 183 if (llvm::Function *ObjCInitFunction = ObjCRuntime->ModuleInitFunction())
377 // If there's a key function, there may be translation units
378 // that don't have the key function's definition. But ignore
381 // FIXME: what should we do if we "lose" the key function during
450 /// AddGlobalCtor - Add a function to the list that will be called before
452 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) {
457 /// AddGlobalDtor - Add a function to the list that will be called
459 void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) {
465 // Ctor function type is void()*.
497 return llvm::Function::InternalLinkage
    [all...]
  /external/giflib/
gif_lib.h 123 * GIF89 extension function codes
283 int Function; /* Holds the type of the Extension block. */
290 int Function; /* DEPRECATED: Use ExtensionBlocks[x].Function instead */
296 extern void MakeExtension(SavedImage * New, int Function);
  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 20 import com.google.common.base.Function;
142 entries, Ordering.from(comparator).onResultOf(new Function<Multiset.Entry<E>, E>() {
188 return Collections2.transform(set, new Function<E, Multiset.Entry<E>>() {
SortedLists.java 21 import com.google.common.base.Function;
186 * <p>Equivalent to {@link #binarySearch(List, Function, Object, Comparator, KeyPresentBehavior,
197 * Binary searches the list for the specified key, using the specified key function.
199 * <p>Equivalent to {@link #binarySearch(List, Function, Object, Comparator, KeyPresentBehavior,
203 Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior,
215 * Binary searches the list for the specified key, using the specified key function.
219 * {@link Lists#transform(List, Function) Lists.transform(list, keyFunction)}.
223 Function<? super E, K> keyFunction,
  /external/guava/guava-tests/test/com/google/common/collect/
SortedMapsTest.java 23 import com.google.common.base.Function;
64 Function<Integer, Double> sqrt = new Function<Integer, Double>() {
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 38 class Function;
49 raw_ostream& operator<<(raw_ostream &O, const Function *F);
68 // function was entered.
74 // FunctionInformation - Count the number of times a function is executed.
87 // getFunction() - Returns the Function for an Edge, checking for validity.
192 dbgs() << "BasicBlocks for Function " << F << ":\n";
201 dbgs() << "Edges for Function " << ei->first << ":\n";
208 assert(F && "No function given, this is not supported!");
212 dbgs() << "BasicBlocks for Function " << F << ":\n";
237 typedef ProfileInfoT<Function, BasicBlock> ProfileInfo
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 28 class Function;
50 /// the super class of other important classes such as Instruction and Function.
189 FunctionVal, // This is an instance of Function
366 template <> struct isa_impl<Function, Value> {
386 return isa<GlobalVariable>(Val) || isa<Function>(Val) ||
  /external/llvm/include/llvm/Support/
CallSite.h 40 template <typename FunTy = const Function,
84 /// getCalledValue - Return the pointer to function that is being called.
91 /// getCalledFunction - Return the function being called if this is a direct
152 /// getCaller - Return the caller function for this call site
187 /// \brief Return true if this function has the given attribute.
256 /// argument to the called function.
281 class CallSite : public CallSiteBase<Function, Value, User, Instruction,
283 typedef CallSiteBase<Function, Value, User, Instruction,

Completed in 1555 milliseconds

<<11121314151617181920>>