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

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp174 bool OptimizeInlineAsmInst(CallInst *CS);
1270 if (OptimizeInlineAsmInst(CI))
3476 /// OptimizeInlineAsmInst - If there are any memory operands, use
3479 bool CodeGenPrepare::OptimizeInlineAsmInst(CallInst *CS) { function in class:CodeGenPrepare

Completed in 30 milliseconds