Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegionCounter

206       RegionCounter Cnt = CGF.getPGORegionCounter(S);
842 RegionCounter getPGORegionCounter(const Stmt *S) {
843 return RegionCounter(PGO, S);
1164 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, RegionCounter &Cnt);