| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | SetVector.h | 167 void pop_back() { in pop_back() function 170 vector_.pop_back(); in pop_back() 175 pop_back(); in pop_back_val()
|
| D | SCCIterator.h | 106 VisitStack.pop_back(); in GetNextSCC() 107 MinVisitNumStack.pop_back(); in GetNextSCC() 124 SCCNodeStack.pop_back(); in GetNextSCC()
|
| D | MapVector.h | 123 void pop_back() { in pop_back() function 126 Vector.pop_back(); in pop_back()
|
| D | TinyPtrVector.h | 199 void pop_back() { in pop_back() function 204 Vec->pop_back(); in pop_back()
|
| D | DepthFirstIterator.h | 125 VisitStack.pop_back(); in toNext() 168 VisitStack.pop_back(); in skipChildren()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | PPCaching.cpp | 35 BacktrackPositions.pop_back(); in CommitBacktrackedTokens() 44 BacktrackPositions.pop_back(); in Backtrack()
|
| /freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.h | 73 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/ |
| D | UnifyFunctionExitNodes.cpp | 73 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/ |
| D | CallGraph.cpp | 212 CalledFunctions.pop_back(); in removeCallEdgeFor() 226 CalledFunctions.pop_back(); in removeAnyCallEdgeTo() 240 CalledFunctions.pop_back(); in removeOneAbstractEdgeTo()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | LatencyPriorityQueue.cpp | 129 Queue.pop_back(); in pop() 138 Queue.pop_back(); in remove()
|
| D | ScheduleDAG.cpp | 255 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/ |
| D | SemaAttr.cpp | 88 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/ |
| D | BumpVector.h | 121 void pop_back() { in pop_back() function 128 pop_back(); in pop_back_val()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | IntervalIterator.h | 119 IntStack.pop_back(); in ~IntervalIterator() 148 IntStack.pop_back();
|
| D | CallGraph.h | 247 CalledFunctions.pop_back(); in removeAllCalledFunctions() 273 CalledFunctions.pop_back(); in removeCallEdge()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | R600Packetizer.cpp | 262 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI() 279 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI() 287 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
|
| D | R600ControlFlowFinalizer.cpp | 398 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/ |
| D | CXXFieldCollector.h | 74 FieldCount.pop_back(); in FinishClass()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 83 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/ |
| D | PruneEH.cpp | 199 BB->getInstList().pop_back(); in SimplifyFunction() 219 BB->getInstList().pop_back(); in SimplifyFunction()
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Interpreter.cpp | 67 AtExitHandlers.pop_back(); in runAtExitHandlers()
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 681 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()
|
| D | SparsePropagation.cpp | 300 InstWorkList.pop_back(); in Solve() 317 BBWorkList.pop_back(); in Solve()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | YAMLTraits.cpp | 427 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/ |
| D | HeuristicSolver.h | 475 edgesToRemove.pop_back(); in disconnectTrivialNodes() 493 edgesToProcess.pop_back(); in eliminateIndependentEdges() 555 stack.pop_back(); in backpropagate()
|