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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp707 bool performPRE(Function &F);
2371 // performPRE().
2375 PREChanged = performPRE(F);
2438 /// performPRE - Perform a purely local form of PRE that looks for diamond
2440 bool GVN::performPRE(Function &F) { function in class:GVN
2805 // performPRE() will trigger assert if it come across an instruciton without

Completed in 65 milliseconds