Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp174 bool OptimizeInlineAsmInst(CallInst *CS);
1270 if (OptimizeInlineAsmInst(CI)) in OptimizeCallInst()
3479 bool CodeGenPrepare::OptimizeInlineAsmInst(CallInst *CS) { in OptimizeInlineAsmInst() function in CodeGenPrepare