HomeSort by: relevance | last modified time | path
    Searched refs:BBDupThreshold (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 94 unsigned BBDupThreshold;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 405 BBDupThreshold = BBDuplicateThreshold;
407 BBDupThreshold = 3;
409 BBDupThreshold = DefaultBBDupThreshold;
2240 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2242 PredBB, PredBB->getTerminator(), BBDupThreshold);
2247 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold ||
2248 BBCost + PredBBCost > BBDupThreshold) {
2351 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2352 if (JumpThreadCost > BBDupThreshold) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 3164 BlockFrequency BBDupThreshold(scaleThreshold(BB));
3252 if (OrigCost > BBDupThreshold) {

Completed in 22 milliseconds