Home
last modified time | relevance | path

Searched refs:pop_back (Results 1 – 25 of 243) sorted by relevance

12345678910

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DSetVector.h167 void pop_back() { in pop_back() function
170 vector_.pop_back(); in pop_back()
175 pop_back(); in pop_back_val()
DSCCIterator.h106 VisitStack.pop_back(); in GetNextSCC()
107 MinVisitNumStack.pop_back(); in GetNextSCC()
124 SCCNodeStack.pop_back(); in GetNextSCC()
DMapVector.h123 void pop_back() { in pop_back() function
126 Vector.pop_back(); in pop_back()
DTinyPtrVector.h199 void pop_back() { in pop_back() function
204 Vec->pop_back(); in pop_back()
DDepthFirstIterator.h125 VisitStack.pop_back(); in toNext()
168 VisitStack.pop_back(); in skipChildren()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPCaching.cpp35 BacktrackPositions.pop_back(); in CommitBacktrackedTokens()
44 BacktrackPositions.pop_back(); in Backtrack()
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.h73 void pop_back() { ValuePtrs.pop_back(); } in pop_back() function
108 void pop_back() { MDValuePtrs.pop_back(); } in pop_back() function
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DUnifyFunctionExitNodes.cpp73 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction()
117 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
/freebsd-9-stable/contrib/llvm/lib/Analysis/IPA/
DCallGraph.cpp212 CalledFunctions.pop_back(); in removeCallEdgeFor()
226 CalledFunctions.pop_back(); in removeAnyCallEdgeTo()
240 CalledFunctions.pop_back(); in removeOneAbstractEdgeTo()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp129 Queue.pop_back(); in pop()
138 Queue.pop_back(); in remove()
DScheduleDAG.cpp255 WorkList.pop_back(); in ComputeDepth()
288 WorkList.pop_back(); in ComputeHeight()
489 WorkList.pop_back(); in InitDAGTopologicalSorting()
553 WorkList.pop_back(); in DFS()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaAttr.cpp88 Stack.pop_back(); in pop()
422 Stack->pop_back(); in PopPragmaVisibility()
432 Stack->pop_back(); in PopPragmaVisibility()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/Support/
DBumpVector.h121 void pop_back() { in pop_back() function
128 pop_back(); in pop_back_val()
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DIntervalIterator.h119 IntStack.pop_back(); in ~IntervalIterator()
148 IntStack.pop_back();
DCallGraph.h247 CalledFunctions.pop_back(); in removeAllCalledFunctions()
273 CalledFunctions.pop_back(); in removeCallEdge()
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DR600Packetizer.cpp262 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
279 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
287 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
DR600ControlFlowFinalizer.cpp398 LoopStack.pop_back(); in runOnMachineFunction()
420 IfThenElseStack.pop_back(); in runOnMachineFunction()
447 IfThenElseStack.pop_back(); in runOnMachineFunction()
450 LastAlu.pop_back(); in runOnMachineFunction()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DCXXFieldCollector.h74 FieldCount.pop_back(); in FinishClass()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp83 void popOperator() { InfixOperatorStack.pop_back(); } in popOperator()
121 InfixOperatorStack.pop_back(); in pushOperator()
124 InfixOperatorStack.pop_back(); in pushOperator()
126 InfixOperatorStack.pop_back(); in pushOperator()
2131 Operands.pop_back(); in ParseInstruction()
2132 Operands.pop_back(); in ParseInstruction()
2144 Operands.pop_back(); in ParseInstruction()
2145 Operands.pop_back(); in ParseInstruction()
2158 Operands.pop_back(); in ParseInstruction()
2159 Operands.pop_back(); in ParseInstruction()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DPruneEH.cpp199 BB->getInstList().pop_back(); in SimplifyFunction()
219 BB->getInstList().pop_back(); in SimplifyFunction()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp67 AtExitHandlers.pop_back(); in runAtExitHandlers()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp681 DirtyBlocks.pop_back(); in getNonLocalCallDependency()
873 Cache.pop_back(); in SortNonLocalDepInfoCache()
883 Cache.pop_back(); in SortNonLocalDepInfoCache()
1140 PredList.pop_back(); in getNonLocalPointerDepFromBB()
1395 ReverseDepsToAdd.pop_back(); in removeInstruction()
1428 ReverseDepsToAdd.pop_back(); in removeInstruction()
1473 ReversePtrDepsToAdd.pop_back(); in removeInstruction()
DSparsePropagation.cpp300 InstWorkList.pop_back(); in Solve()
317 BBWorkList.pop_back(); in Solve()
/freebsd-9-stable/contrib/llvm/lib/Support/
DYAMLTraits.cpp427 StateStack.pop_back(); in endMapping()
443 StateStack.pop_back(); in postflightKey()
472 StateStack.pop_back(); in endSequence()
492 StateStack.pop_back(); in endFlowSequence()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h475 edgesToRemove.pop_back(); in disconnectTrivialNodes()
493 edgesToProcess.pop_back(); in eliminateIndependentEdges()
555 stack.pop_back(); in backpropagate()

12345678910