Lines Matching refs:FlowJump
667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath()
674 std::vector<FlowJump *> Result; in findShortestPath()
683 std::vector<FlowJump *> findShortestPath(uint64_t Source, uint64_t Target) { in findShortestPath()
686 return std::vector<FlowJump *>(); in findShortestPath()
688 return std::vector<FlowJump *>(); in findShortestPath()
692 auto Parent = std::vector<FlowJump *>(NumBlocks(), nullptr); in findShortestPath()
732 std::vector<FlowJump *> Result; in findShortestPath()
753 int64_t jumpDistance(FlowJump *Jump) const { in jumpDistance()
898 const FlowJump *Jump) { in ignoreJump()
1049 const FlowJump &Jump);
1156 const FlowJump &Jump) { in assignJumpCosts()
1331 for (FlowJump &Jump : Func.Jumps) { in applyFlowInference()