Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp175 bool optimizeInlineAsmInst(CallInst *CS);
1713 if (optimizeInlineAsmInst(CI)) in optimizeCallInst()
3965 bool CodeGenPrepare::optimizeInlineAsmInst(CallInst *CS) { in optimizeInlineAsmInst() function in CodeGenPrepare