Searched refs:ExportFromCurrentBlock (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h418 void ExportFromCurrentBlock(const Value *V);
H A DSelectionDAGBuilder.cpp1269 /// ExportFromCurrentBlock - If this condition isn't known to be exported from
1272 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) { function in class:SelectionDAGBuilder
1531 ExportFromCurrentBlock(SwitchCases[i].CmpLHS);
1532 ExportFromCurrentBlock(SwitchCases[i].CmpRHS);
1996 ExportFromCurrentBlock(SV);
2241 ExportFromCurrentBlock(SV);
2258 ExportFromCurrentBlock(SV);
2392 ExportFromCurrentBlock(SV);

Completed in 45 milliseconds