Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp147 uint32_t CurrentBlock = Blocks[0]; in computeBlockRuns() local
148 Runs.emplace_back(CurrentBlock); in computeBlockRuns()
152 if (NextBlock < CurrentBlock || (NextBlock - CurrentBlock > 1)) { in computeBlockRuns()
159 CurrentBlock = NextBlock; in computeBlockRuns()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2659 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
2663 assignBlockRPONumber(*CurrentBlock->getParent()); in performScalarPRE()
2666 for (BasicBlock *P : predecessors(CurrentBlock)) { in performScalarPRE()
2681 return Inst->getParent() == CurrentBlock; in performScalarPRE()
2774 VN.eraseTranslateCacheEntry(ValNo, *CurrentBlock); in performScalarPRE()
2775 addToLeaderTable(ValNo, Phi, CurrentBlock); in performScalarPRE()
2781 removeFromLeaderTable(ValNo, CurInst, CurrentBlock); in performScalarPRE()
2804 if (CurrentBlock == &F.getEntryBlock()) in performPRE()
2808 if (CurrentBlock->isEHPad()) in performPRE()
2811 for (BasicBlock::iterator BI = CurrentBlock->begin(), in performPRE()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1473 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1474 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch()
1475 CurrentBlock->getTerminator()->eraseFromParent(); in splitBeforeCatchSwitch()
1480 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock); in splitBeforeCatchSwitch()
1627 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
1633 if (CurrentBlock != U->getParent()) { in insertSpills()
1634 CurrentBlock = U->getParent(); in insertSpills()
1980 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
1984 if (CurrentBlock != U->getParent()) { in rewriteMaterializableInstructions()
1987 CurrentBlock = IsInCoroSuspendBlock in rewriteMaterializableInstructions()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockIndexer.h41 Block CurrentBlock{0, 0, nullptr, {}};
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp161 const CFGBlock *CurrentBlock) in TransferFunctions() argument
162 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp565 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
566 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
567 if (CurrentBlock.empty()) in INITIALIZE_PASS()