Searched refs:fixCFGForIC (Results 1 – 2 of 2) sorted by relevance
69 bool fixCFGForIC(BinaryFunction &Function) const;
135 bool ValidateInternalCalls::fixCFGForIC(BinaryFunction &Function) const { in fixCFGForIC() function in llvm::bolt::ValidateInternalCalls210 while (fixCFGForIC(Function)) { in analyzeFunction()