Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp425 bool isMergingEmptyBlockProfitable(BasicBlock *BB, BasicBlock *DestBB,
950 !isMergingEmptyBlockProfitable(BB, DestBB, Preheaders.count(BB))) in eliminateMostlyEmptyBlocks()
959 bool CodeGenPrepare::isMergingEmptyBlockProfitable(BasicBlock *BB, in isMergingEmptyBlockProfitable() function in CodeGenPrepare