Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h160 bool isExportedInst(const Value *V) { in isExportedInst() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1036 !FuncInfo->isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
DSelectionDAGBuilder.cpp1438 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
1454 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
1464 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()