Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp175 bool OptimizeCallInst(CallInst *CI, bool& ModifiedDT);
1254 bool CodeGenPrepare::OptimizeCallInst(CallInst *CI, bool& ModifiedDT) { in OptimizeCallInst() function in CodeGenPrepare
4383 return OptimizeCallInst(CI, ModifiedDT); in OptimizeInst()