Home
last modified time | relevance | path

Searched refs:MisfetchCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp96 static cl::opt<unsigned> MisfetchCost( variable
883 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile()
959 MisfetchCost + JumpInstCost); in rotateLoopWithProfile()
966 Cost += ScaleBlockFrequency(TailToHeadFreq, MisfetchCost) + in rotateLoopWithProfile()