/llvm-project/bolt/lib/Passes/ |
H A D | LoopInversionPass.cpp | 59 const uint64_t LoopCount = SuccBB->getBranchInfo(*BB).Count; in runOnFunction() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetRepetitor.cpp | 88 const APInt LoopCount( in Repeat() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | ProgramTest.cpp | 229 unsigned LoopCount = 0; in TEST_F() local 403 unsigned LoopCount = 0; in TEST_F() local
|
/llvm-project/polly/include/polly/ |
H A D | ScopDetectionDiagnostic.h | 562 const SCEV *LoopCount; variable
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetectionDiagnostic.cpp | 480 : RejectReason(RejectReasonKind::LoopBound), L(L), LoopCount(LoopCount), in ReportLoopBound() argument
|
H A D | ScopDetection.cpp | 1359 const SCEV *LoopCount = SE.getBackedgeTakenCount(L); isValidLoop() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1765 Counter LoopCount; VisitCXXForRangeStmt() local 1803 Counter LoopCount = VisitObjCForCollectionStmt() local
|
H A D | CodeGenPGO.cpp | 733 uint64_t LoopCount = PGO.getRegionCount(S); VisitDoStmt() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 5423 MachineInstr *Loop, *EndLoop, *LoopCount; global() member in __anon0ae814870a11::PPCPipelinerLoopInfo 5430 PPCPipelinerLoopInfo(MachineInstr * Loop,MachineInstr * EndLoop,MachineInstr * LoopCount) PPCPipelinerLoopInfo() argument 5504 MachineInstr *LoopCount = MRI.getUniqueVRegDef(LoopCountReg); analyzeLoopForPipelining() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 734 Register LoopCount; global() member in __anon90be56b80111::HexagonPipelinerLoopInfo 792 Register LoopCount = Loop->getOperand(1).getReg(); adjustTripCount() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 6754 MachineInstr *EndLoop, *LoopCount; global() member in __anond6373fdf0a11::ARMPipelinerLoopInfo 6779 ARMPipelinerLoopInfo(MachineInstr * EndLoop,MachineInstr * LoopCount) ARMPipelinerLoopInfo() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 3333 struct LoopCount { global() struct
|