Searched refs:StatepointLoweringState (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h31 class StatepointLoweringState { class in namespace:llvm
33 StatepointLoweringState() : NextSlotToAllocate(0) {} function in class:llvm::StatepointLoweringState
H A DStatepointLowering.cpp50 void StatepointLoweringState::startNewStatepoint(SelectionDAGBuilder &Builder) {
62 void StatepointLoweringState::clear() {
70 StatepointLoweringState::allocateStackSlot(EVT ValueType,
86 // added in this instance of StatepointLoweringState, and cannot be re-used.
H A DSelectionDAGBuilder.h124 StatepointLoweringState StatepointLowering;

Completed in 796 milliseconds