Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h357 void computeBackEdges();
360 computeBackEdges(); in isBackEdge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5839 void InstCombiner::computeBackEdges() { in computeBackEdges() function in InstCombiner