Home
last modified time | relevance | path

Searched defs:CurrentCount (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp71 unsigned CurrentCount; member in __anon8292e2770111::LoopUnroll
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp336 unsigned Count = MBB.size(), CurrentCount = Count; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp336 unsigned Count = MBB.size(), CurrentCount = Count; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPostRASchedulerList.cpp262 unsigned Count = MBB->size(), CurrentCount = Count; in runOnMachineFunction() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp930 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough() local
1368 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr() local
DCodeGenPGO.cpp213 uint64_t CurrentCount; member