Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h355 bool isExportableFromCurrentBlock(const Value *V, const BasicBlock *FromBB);
H A DSelectionDAGBuilder.cpp2089 bool SelectionDAGBuilder::isExportableFromCurrentBlock(const Value *V, in isExportableFromCurrentBlock() function in SelectionDAGBuilder
2171 (isExportableFromCurrentBlock(BOp->getOperand(0), BB) && in EmitBranchForMergedCondition()
2172 isExportableFromCurrentBlock(BOp->getOperand(1), BB))) { in EmitBranchForMergedCondition()