Searched refs:FunctionInfo (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileDataTypes.h27 FunctionInfo = 2, /* Function profiling information */ enumerator in enum:ProfilingType
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h166 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; local
167 EXPECT_EQ(c, FunctionInfo.size());
170 for(SourceLocations::iterator i = FunctionInfo.begin();
171 i != FunctionInfo.end();
195 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; local
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
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DGlobalsModRef.cpp87 /// FunctionInfo - For each function, keep track of what globals are
89 std::map<const Function*, FunctionRecord> FunctionInfo; member in class:__anon9883::GlobalsModRef
173 FunctionInfo.find(F);
174 if (I != FunctionInfo.end())
223 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
227 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod;
375 FunctionInfo.erase(SCC[i]->getFunction());
379 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
438 // from the FunctionInfo map.
441 FunctionInfo
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DProfileInfoLoader.cpp127 case FunctionInfo:
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h29 struct FunctionInfo;

Completed in 175 milliseconds