Searched defs:Pending (Results 1 – 14 of 14) sorted by relevance
115 struct Pending struct in rr::DebugInfo117 std::string name;118 Location location;119 llvm::DILocation *diLocation = nullptr;120 llvm::Value *value = nullptr;121 llvm::Instruction *insertAfter = nullptr;122 llvm::BasicBlock *block = nullptr;123 llvm::DIScope *scope = nullptr;124 bool addNopOnNextLine = false;
55 SmallVector<InstRef, 4> Pending; in issueInstruction() local96 SmallVector<InstRef, 4> Pending; in cycleStart() local
155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
42 Pending, enumerator
138 ReadyQueue Pending; member
1206 std::vector<unsigned> Pending; in computeUsedBits() local
53 enum AssessmentKind { Final, Pending }; enumerator
453 void resizePending(std::vector<std::unique_ptr<EmitterWorkItem>> *Pending, in resizePending()524 std::vector<std::unique_ptr<EmitterWorkItem>> Pending; in emitItems() local
250 BitVector Pending(NumNodes); in computeInOutEdges() local
1345 VarLocSet &Pending = PendingInLocs[&MBB]; in join() local1381 VarLocSet &Pending = Iter.second; in flushPendingLocs() local1513 Pending; in ExtendRanges() local
618 ReadyQueue Pending; variable
1041 SDValue SelectionDAGBuilder::updateRoot(SmallVectorImpl<SDValue> &Pending) { in updateRoot()
101738 Pending, enumerator