Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Other/
H A Dcodegenprepare-and-debug.ll6 ; (See CodeGenPrepare::isMergingEmptyBlockProfitable)
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/
H A Dskip-merging-case-block.ll148 ; This test that BFI/BPI is created without any assertion in isMergingEmptyBlockProfitable()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp396 bool isMergingEmptyBlockProfitable(BasicBlock *BB, BasicBlock *DestBB,
800 !isMergingEmptyBlockProfitable(BB, DestBB, Preheaders.count(BB))) in eliminateMostlyEmptyBlocks()
809 bool CodeGenPrepare::isMergingEmptyBlockProfitable(BasicBlock *BB, in isMergingEmptyBlockProfitable() function in CodeGenPrepare