Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h225 bool HoistCommonCodeInSuccs(MachineBasicBlock *MBB);
DBranchFolding.cpp1803 MadeChange |= HoistCommonCodeInSuccs(MBB); in HoistCommonCode()
1935 bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) { in HoistCommonCodeInSuccs() function in BranchFolder