Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
37 CurrentBlock.Records.push_back(&R); in visit()
42 CurrentBlock.Records.push_back(&R); in visit()
47 CurrentBlock.Records.push_back(&R); in visit()
52 CurrentBlock.Records.push_back(&R); in visit()
57 CurrentBlock.ProcessID = R.pid(); in visit()
58 CurrentBlock.Records.push_back(&R); in visit()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp214 scudo::uptr CurrentBlock = 0; in testReleaseFreeMemoryToOS() local
219 FreeBlocks.find(CurrentBlock) != FreeBlocks.end(); in testReleaseFreeMemoryToOS()
223 CurrentFreeRangeStart = CurrentBlock; in testReleaseFreeMemoryToOS()
227 const scudo::uptr StartPage = CurrentBlock / PageSize; in testReleaseFreeMemoryToOS()
228 const scudo::uptr EndPage = (CurrentBlock + BlockSize - 1) / PageSize; in testReleaseFreeMemoryToOS()
242 while (P + PageSize <= CurrentBlock) { in testReleaseFreeMemoryToOS()
253 CurrentBlock += BlockSize; in testReleaseFreeMemoryToOS()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2784 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
2788 assignBlockRPONumber(*CurrentBlock->getParent()); in performScalarPRE()
2791 for (BasicBlock *P : predecessors(CurrentBlock)) { in performScalarPRE()
2799 assert(BlockRPONumber.count(P) && BlockRPONumber.count(CurrentBlock) && in performScalarPRE()
2801 if (BlockRPONumber[P] >= BlockRPONumber[CurrentBlock]) { in performScalarPRE()
2806 uint32_t TValNo = VN.phiTranslate(P, CurrentBlock, ValNo, *this); in performScalarPRE()
2849 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock); in performScalarPRE()
2856 if (!performScalarPREInsertion(PREInstr, PREPred, CurrentBlock, ValNo)) { in performScalarPRE()
2873 CurInst->getName() + ".pre-phi", &CurrentBlock->front()); in performScalarPRE()
2887 VN.eraseTranslateCacheEntry(ValNo, *CurrentBlock); in performScalarPRE()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1544 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1545 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch()
1546 CurrentBlock->getTerminator()->eraseFromParent(); in splitBeforeCatchSwitch()
1549 CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock); in splitBeforeCatchSwitch()
1551 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock); in splitBeforeCatchSwitch()
1706 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
1712 if (CurrentBlock != U->getParent()) { in insertSpills()
1713 CurrentBlock = U->getParent(); in insertSpills()
1714 Builder.SetInsertPoint(&*CurrentBlock->getFirstInsertionPt()); in insertSpills()
1731 DIBuilder(*CurrentBlock->getParent()->getParent(), AllowUnresolved) in insertSpills()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DBlockIndexer.h41 Block CurrentBlock{0, 0, nullptr, {}};
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp167 const CFGBlock *CurrentBlock) in TransferFunctions() argument
168 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp576 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
577 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
578 if (CurrentBlock.empty()) in INITIALIZE_PASS()