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

  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 339 uint64_t BackedgeCount = CurrentCount;
347 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
363 uint64_t BackedgeCount = CurrentCount;
368 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
388 uint64_t BackedgeCount = CurrentCount;
394 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount);
401 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
424 uint64_t BackedgeCount = CurrentCount;
429 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount);
435 setCount(ParentCount + BackedgeCount + BC.ContinueCount)
    [all...]
CoverageMappingGen.cpp 673 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody());
678 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
696 Counter BackedgeCount =
700 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount);
720 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody());
726 propagateCounts(addCounters(BackedgeCount, BC.ContinueCount), Inc);
730 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
752 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody());
756 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
772 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody())
    [all...]
CGStmt.cpp 788 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
791 createProfileWeightsForLoop(S.getCond(), BackedgeCount));
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 2061 milliseconds