Lines Matching refs:BinaryFunctions
40 const std::vector<BinaryFunction *> &BinaryFunctions, in extractBasicBlockInfo() argument
44 for (BinaryFunction *BF : BinaryFunctions) { in extractBasicBlockInfo()
63 calcTSPScore(const std::vector<BinaryFunction *> &BinaryFunctions, in calcTSPScore() argument
68 for (BinaryFunction *BF : BinaryFunctions) { in calcTSPScore()
88 const std::vector<BinaryFunction *> &BinaryFunctions, in calcExtTSPScore() argument
93 for (BinaryFunction *BF : BinaryFunctions) { in calcExtTSPScore()
115 extractFunctionCalls(const std::vector<BinaryFunction *> &BinaryFunctions) { in extractFunctionCalls() argument
118 for (BinaryFunction *SrcFunction : BinaryFunctions) { in extractFunctionCalls()
160 const std::vector<BinaryFunction *> &BinaryFunctions, in expectedCacheHitRatio() argument
167 extractFunctionCalls(BinaryFunctions); in expectedCacheHitRatio()
171 for (BinaryFunction *BF : BinaryFunctions) { in expectedCacheHitRatio()
182 for (BinaryFunction *BF : BinaryFunctions) { in expectedCacheHitRatio()
191 for (BinaryFunction *BF : BinaryFunctions) { in expectedCacheHitRatio()