Home
last modified time | relevance | path

Searched defs:WorkList (Results 1 – 25 of 90) sorted by relevance

1234

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAG.cpp219 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local
234 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local
265 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local
296 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local
471 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local
572 std::vector<const SUnit*> WorkList; in DFS() local
600 std::vector<const SUnit*> WorkList; in GetSubGraph() local
DLiveRangeCalc.cpp138 SetVector<unsigned> WorkList; in isDefOnEntry() local
197 SmallVector<unsigned, 16> WorkList(1, UseMBBNum); in findReachingDefs() local
DProcessImplicitDefs.cpp34 SmallSetVector<MachineInstr*, 16> WorkList; member in __anondd63f8cc0111::ProcessImplicitDefs
DMachineFunctionSplitter.cpp96 DenseSet<MachineBasicBlock *> WorkList; in setDescendantEHBlocksCold() local
DLiveVariables.cpp92 SmallVectorImpl<MachineBasicBlock *> &WorkList) { in MarkVirtRegAliveInBlock()
118 SmallVector<MachineBasicBlock *, 16> WorkList; in MarkVirtRegAliveInBlock() local
DLiveIntervals.cpp369 ShrinkToUsesWorkList &WorkList, in extendSegmentsToUses()
465 ShrinkToUsesWorkList WorkList; in shrinkToUses() local
555 ShrinkToUsesWorkList WorkList; in shrinkToUses() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp53 WorkListTy &WorkList; member in __anon364a578c0111::WorkListMaintainer
61 WorkListMaintainer(WorkListTy &WorkList) : WorkList(WorkList) {} in WorkListMaintainer()
126 GISelWorkList<512> WorkList; in combineMachineInstrs() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DDCE.cpp89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
DReg2Mem.cpp73 std::list<Instruction*> WorkList; in runPass() local
DBDCE.cpp50 SmallVector<Instruction *, 16> WorkList; in clearAssumptionsOfUsers() local
DDeadStoreElimination.cpp410 SmallVector<BlockAddressPair, 16> WorkList; in memoryIsNotModifiedBetween() local
1141 SmallVector<MemoryAccess *, 4> WorkList; in isWriteAtEndOfFunction() local
1478 SmallSetVector<MemoryAccess *, 32> WorkList; in getDomMemoryDef() local
1629 SetVector<BasicBlock *> WorkList; in getDomMemoryDef() local
DAlignmentFromAssumptions.cpp249 SmallVector<Instruction*, 16> WorkList; in processAssumption() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86PreTileConfig.cpp219 SmallVector<Register, 8> WorkList( in INITIALIZE_PASS_DEPENDENCY() local
308 SmallVector<MachineBasicBlock *, 8> WorkList; in runOnMachineFunction() local
344 SmallVector<MIRef, 8> WorkList({I}); in runOnMachineFunction() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp286 SmallPtrSetImpl<Instruction *> &WorkList) { in collectInstructionsInBetween()
296 SmallPtrSet<Instruction *, 10> WorkList; in collectInstructionsInBetween() local
450 SmallVector<const BasicBlock *, 8> WorkList; in nonStrictlyPostDominate() local
DFixIrreducible.cpp321 SmallVector<Loop *, 8> WorkList; in FixIrreducibleImpl() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp114 SetVector<std::pair<VPBasicBlock *, VPRecipeBase *>> WorkList; in sinkScalarOperands() local
233 SmallVector<VPRegionBlock *, 8> WorkList; in mergeReplicateRegionsIntoSuccessors() local
316 SmallVector<VPBasicBlock *> WorkList; in mergeBlocksIntoPredecessors() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local
431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
DDataflowWorklist.h27 WorkList; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp140 SmallVector<BlockPair, 4> WorkList; in calculate() local
210 BlockVector WorkList; in calculate() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUMemoryUtils.cpp152 SmallVector<MemoryAccess *> WorkList{Walker->getClobberingMemoryAccess(Load)}; in isClobberedInFunction() local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DLLVMContextImpl.cpp147 SmallSetVector<ConstantArray *, 4> WorkList; in dropTriviallyDeadConstantArrays() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp112 SmallVector<LexicalScope *, 4> WorkList; in identifyScopeMarkers() local
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp74 SmallVector<Value *, 8> WorkList; in findAllDefs() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp204 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp272 SmallVector<Register, 8> WorkList; in findFirstSlotCandidate() local

1234