Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp115 BasicBlock *CSBB = CS.getInstruction()->getParent(); in run() local
117 Scaled64 BBFreq(BFI.getBlockFreq(CSBB).getFrequency(), 0); in run()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp291 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE() local
293 if (CSBB != BB && !CSBB->isSuccessor(BB)) in isProfitableToCSE()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp393 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE() local
395 if (CSBB != BB && !CSBB->isSuccessor(BB)) in isProfitableToCSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp416 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE() local
418 if (CSBB != BB && !CSBB->isSuccessor(BB)) in isProfitableToCSE()