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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h277 bool performPRE(Function &F);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2153 // performPRE().
2157 PREChanged = performPRE(F);
2453 bool GVN::performPRE(Function &F) { function in class:GVN
2668 // performPRE() will trigger assert if it comes across an instruction without

Completed in 107 milliseconds