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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h40 void walkForwards();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp181 // - walkForwards: Iterate over SeenInsts in reverse order, so we visit
241 void Float2IntPass::walkForwards() { function in class:Float2IntPass
253 llvm_unreachable("Should have been handled in walkForwards!");
530 walkForwards();

Completed in 106 milliseconds