HomeSort by relevance Sort by last modified time
    Searched defs:FunctionRecord (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/qtools/
dmtrace.h 39 struct FunctionRecord {
58 std::vector<FunctionRecord*> *functions;
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 44 /// FunctionRecord - One instance of this structure is stored for every
48 struct FunctionRecord {
70 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {}
89 std::map<const Function*, FunctionRecord> FunctionInfo;
127 if (FunctionRecord *FR = getFunctionInfo(F)) {
144 if (FunctionRecord *FR = getFunctionInfo(F)) {
171 FunctionRecord *getFunctionInfo(const Function *F) {
172 std::map<const Function*, FunctionRecord>::iterator I =
386 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
422 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee))
    [all...]

Completed in 325 milliseconds