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

  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 45 /// FunctionRecord - One instance of this structure is stored for every
49 struct FunctionRecord {
71 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {}
90 std::map<const Function*, FunctionRecord> FunctionInfo;
132 if (FunctionRecord *FR = getFunctionInfo(F)) {
149 if (FunctionRecord *FR = getFunctionInfo(F)) {
176 FunctionRecord *getFunctionInfo(const Function *F) {
177 std::map<const Function*, FunctionRecord>::iterator I =
374 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
410 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee))
    [all...]
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 253 struct FunctionRecord {
263 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames)
276 std::forward_iterator_tag, FunctionRecord> {
277 ArrayRef<FunctionRecord> Records;
278 ArrayRef<FunctionRecord>::iterator Current;
285 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
297 const FunctionRecord &operator*() const { return *Current; }
318 const FunctionRecord &Function;
321 const FunctionRecord &Function)
399 std::vector<FunctionRecord> Functions
    [all...]

Completed in 156 milliseconds