Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp387 bool isMergingEmptyBlockProfitable(BasicBlock *BB, BasicBlock *DestBB,
786 !isMergingEmptyBlockProfitable(BB, DestBB, Preheaders.count(BB))) in eliminateMostlyEmptyBlocks()
795 bool CodeGenPrepare::isMergingEmptyBlockProfitable(BasicBlock *BB, in isMergingEmptyBlockProfitable() function in CodeGenPrepare