Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h208 bool isExportedInst(const Value *V) const { in isExportedInst() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1493 !FuncInfo.isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
H A DSelectionDAGBuilder.cpp2358 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
2374 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
2384 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()