Searched defs:RemoveBlocksWithHash (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp634 /// RemoveBlocksWithHash - Remove all blocks with hash CurHash from
636 void BranchFolder::RemoveBlocksWithHash(unsigned CurHash, function in class:BranchFolder
758 RemoveBlocksWithHash(CurHash, SuccBB, PredBB);
803 RemoveBlocksWithHash(CurHash, SuccBB, PredBB);

Completed in 59 milliseconds