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

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp126 unsigned getUnprocPredCount(BasicBlock *Block) const { function in class:__anon26399::FunctionDifferenceEngine
144 return fde.getUnprocPredCount(Old.first)
145 < fde.getUnprocPredCount(New.first);

Completed in 427 milliseconds