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

  /external/clang/lib/CodeGen/
CodeGenPGO.h 106 void assignRegionCounters(const Decl *D, llvm::Function *Fn);
109 /// Clean up region counter state. Must be called if assignRegionCounters is
CodeGenPGO.cpp 810 void CodeGenPGO::assignRegionCounters(const Decl *D, llvm::Function *Fn) {
    [all...]
CodeGenFunction.cpp 803 PGO.assignRegionCounters(GD.getDecl(), CurFn);
    [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp     [all...]
CGObjC.cpp 505 PGO.assignRegionCounters(OMD, CurFn);
    [all...]

Completed in 366 milliseconds