Home
last modified time | relevance | path

Searched refs:CurrentBlock (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DBlockIndexer.cpp21 CurrentBlock.Records.push_back(&R); in visit()
22 CurrentBlock.WallclockTime = &R; in visit()
27 CurrentBlock.Records.push_back(&R); in visit()
32 CurrentBlock.Records.push_back(&R); in visit()
57 CurrentBlock.ProcessID = R.pid(); in visit()
67 CurrentBlock.ThreadID = R.tid(); in visit()
85 Indices.insert({{CurrentBlock.ProcessID, CurrentBlock.ThreadID}, {}}); in flush()
86 It->second.push_back({CurrentBlock.ProcessID, CurrentBlock.ThreadID, in flush()
89 CurrentBlock.ProcessID = 0; in flush()
90 CurrentBlock.ThreadID = 0; in flush()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp26 const CFGBlock *CurrentBlock; member
73 CurrentBlock = &Block; in enterBlock()
83 OS << "Processing element B" << CurrentBlock->getBlockID() << "." in enterElement()
92 OS << "Computed state for B" << CurrentBlock->getBlockID() << "." in recordState()
101 OS << "B" << CurrentBlock->getBlockID() << " has converged!\n"; in blockConverged()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp152 uint32_t CurrentBlock = Blocks[0]; in computeBlockRuns() local
153 Runs.emplace_back(CurrentBlock); in computeBlockRuns()
157 if (NextBlock < CurrentBlock || (NextBlock - CurrentBlock > 1)) { in computeBlockRuns()
165 CurrentBlock = NextBlock; in computeBlockRuns()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2907 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
2911 assignBlockRPONumber(*CurrentBlock->getParent()); in performScalarPRE()
2914 for (BasicBlock *P : predecessors(CurrentBlock)) { in performScalarPRE()
2998 Phi->insertBefore(CurrentBlock->begin()); in performScalarPRE()
3012 VN.eraseTranslateCacheEntry(ValNo, *CurrentBlock); in performScalarPRE()
3013 addToLeaderTable(ValNo, Phi, CurrentBlock); in performScalarPRE()
3019 removeFromLeaderTable(ValNo, CurInst, CurrentBlock); in performScalarPRE()
3034 if (CurrentBlock == &F.getEntryBlock()) in performPRE()
3038 if (CurrentBlock->isEHPad()) in performPRE()
3041 for (BasicBlock::iterator BI = CurrentBlock->begin(), in performPRE()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockIndexer.h41 Block CurrentBlock{0, 0, nullptr, {}};
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp345 VPBasicBlock *CurrentBlock = RepR->getParent(); in addReplicateRegions() local
346 VPBasicBlock *SplitBlock = CurrentBlock->splitAt(RepR->getIterator()); in addReplicateRegions()
353 Region->setParent(CurrentBlock->getParent()); in addReplicateRegions()
354 VPBlockUtils::disconnectBlocks(CurrentBlock, SplitBlock); in addReplicateRegions()
355 VPBlockUtils::connectBlocks(CurrentBlock, Region); in addReplicateRegions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1692 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1693 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch()
1694 CurrentBlock->getTerminator()->eraseFromParent(); in splitBeforeCatchSwitch()
1697 CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock); in splitBeforeCatchSwitch()
1699 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock); in splitBeforeCatchSwitch()
1844 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
1850 if (CurrentBlock != U->getParent()) { in insertSpills()
1851 CurrentBlock = U->getParent(); in insertSpills()
1852 Builder.SetInsertPoint(CurrentBlock, in insertSpills()
1853 CurrentBlock->getFirstInsertionPt()); in insertSpills()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp167 const CFGBlock *CurrentBlock) in TransferFunctions() argument
168 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp570 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
571 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
572 if (CurrentBlock.empty()) in INITIALIZE_PASS()