HomeSort by relevance Sort by last modified time
    Searched refs:FunctionInfo (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfoTypes.h 32 FunctionInfo = 2, /* Function profiling information */
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 166 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second;
167 EXPECT_EQ(c, FunctionInfo.size());
170 for(SourceLocations::iterator i = FunctionInfo.begin();
171 i != FunctionInfo.end();
195 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second;
196 EXPECT_TRUE(2 == FunctionInfo.size());
198 EXPECT_STREQ(FunctionInfo.at(0).first.c_str(), getFilename());
199 EXPECT_STREQ(FunctionInfo.at(1).first.c_str(), secondFilename.c_str());
201 EXPECT_EQ(FunctionInfo.at(0).second, getLine());
202 EXPECT_EQ(FunctionInfo.at(1).second, getLine())
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 87 /// FunctionInfo - For each function, keep track of what globals are
89 std::map<const Function*, FunctionRecord> FunctionInfo;
173 FunctionInfo.find(F);
174 if (I != FunctionInfo.end())
223 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
227 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod;
382 FunctionInfo.erase(SCC[i]->getFunction());
386 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
445 // from the FunctionInfo map.
448 FunctionInfo.erase(SCC[i]->getFunction())
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfoLoader.cpp 129 case FunctionInfo:
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 29 struct FunctionInfo;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /external/v8/src/
liveedit.cc 827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) {
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 405 'FunctionInfo': [

Completed in 89 milliseconds