Home
last modified time | relevance | path

Searched defs:IsEmptyBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1265 static bool IsEmptyBlock(MachineBasicBlock *MBB) { in IsEmptyBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6460 auto IsEmptyBlock = [this](BasicBlock *BB) { in collectValuesToIgnore() local