Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h148 bool isExportedInst(const Value *V) { in isExportedInst() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1342 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
1358 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
1368 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
DSelectionDAGISel.cpp1041 !FuncInfo->isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()