Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h195 bool isExportedInst(const Value *V) const { in isExportedInst() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1319 !FuncInfo.isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
DSelectionDAGBuilder.cpp2063 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
2079 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
2089 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()