Home
last modified time | relevance | path

Searched refs:runOnce (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp93 std::pair<bool, bool> runOnce(MachineFunction &MF);
487 std::pair<bool, bool> DetectDeadLanes::runOnce(MachineFunction &MF) { in runOnce() function in DetectDeadLanes
593 std::tie(LocalChanged, Again) = runOnce(MF); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py1668 def runOnce(execdir): function
1693 res = runOnce(execdir)