Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp207 scudo::uptr CurrentBlock = 0; in testReleaseFreeMemoryToOS() local
212 FreeBlocks.find(CurrentBlock) != FreeBlocks.end(); in testReleaseFreeMemoryToOS()
216 CurrentFreeRangeStart = CurrentBlock; in testReleaseFreeMemoryToOS()
220 const scudo::uptr StartPage = CurrentBlock / PageSize; in testReleaseFreeMemoryToOS()
221 const scudo::uptr EndPage = (CurrentBlock + BlockSize - 1) / PageSize; in testReleaseFreeMemoryToOS()
233 while (P + PageSize <= CurrentBlock) { in testReleaseFreeMemoryToOS()
243 CurrentBlock += BlockSize; in testReleaseFreeMemoryToOS()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2801 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
2805 assignBlockRPONumber(*CurrentBlock->getParent()); in performScalarPRE()
2808 for (BasicBlock *P : predecessors(CurrentBlock)) { in performScalarPRE()
2823 return Inst->getParent() == CurrentBlock; in performScalarPRE()
2911 VN.eraseTranslateCacheEntry(ValNo, *CurrentBlock); in performScalarPRE()
2912 addToLeaderTable(ValNo, Phi, CurrentBlock); in performScalarPRE()
2918 removeFromLeaderTable(ValNo, CurInst, CurrentBlock); in performScalarPRE()
2941 if (CurrentBlock == &F.getEntryBlock()) in performPRE()
2945 if (CurrentBlock->isEHPad()) in performPRE()
2948 for (BasicBlock::iterator BI = CurrentBlock->begin(), in performPRE()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1509 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1510 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch()
1511 CurrentBlock->getTerminator()->eraseFromParent(); in splitBeforeCatchSwitch()
1516 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock); in splitBeforeCatchSwitch()
1671 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
1677 if (CurrentBlock != U->getParent()) { in insertSpills()
1678 CurrentBlock = U->getParent(); in insertSpills()
2029 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
2033 if (CurrentBlock != U->getParent()) { in rewriteMaterializableInstructions()
2036 CurrentBlock = U->getParent(); in rewriteMaterializableInstructions()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DBlockIndexer.h41 Block CurrentBlock{0, 0, nullptr, {}};
/llvm-project-15.0.7/clang/lib/Analysis/
H A DLiveVariables.cpp166 const CFGBlock *CurrentBlock) in TransferFunctions() argument
167 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp571 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
572 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
573 if (CurrentBlock.empty()) in INITIALIZE_PASS()