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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp124 bool OptimizeInst(Instruction *I);
1892 bool CodeGenPrepare::OptimizeInst(Instruction *I) { function in class:CodeGenPrepare
1950 OptimizeInst(NC);
1974 MadeChange |= OptimizeInst(CurInstIterator++);
H A DReassociate.cpp196 void OptimizeInst(Instruction *I);
1805 /// OptimizeInst - Inspect and optimize the given instruction. Note that erasing
1807 void Reassociate::OptimizeInst(Instruction *I) {
1985 OptimizeInst(II);
1996 OptimizeInst(I);

Completed in 109 milliseconds