Searched refs:canCompletelyDuplicateBB (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h112 bool canCompletelyDuplicateBB(MachineBasicBlock &BB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp665 return canCompletelyDuplicateBB(TailBB);
689 bool TailDuplicator::canCompletelyDuplicateBB(MachineBasicBlock &BB) { function in class:TailDuplicator

Completed in 116 milliseconds