Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2660 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
2664 assignBlockRPONumber(*CurrentBlock->getParent()); in performScalarPRE()
2667 for (BasicBlock *P : predecessors(CurrentBlock)) { in performScalarPRE()
2677 assert(BlockRPONumber.count(P) && BlockRPONumber.count(CurrentBlock) && in performScalarPRE()
2679 if (BlockRPONumber[P] >= BlockRPONumber[CurrentBlock] && in performScalarPRE()
2682 return Inst->getParent() == CurrentBlock; in performScalarPRE()
2689 uint32_t TValNo = VN.phiTranslate(P, CurrentBlock, ValNo, *this); in performScalarPRE()
2737 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock); in performScalarPRE()
2744 if (!performScalarPREInsertion(PREInstr, PREPred, CurrentBlock, ValNo)) { in performScalarPRE()
2761 CurInst->getName() + ".pre-phi", &CurrentBlock->front()); in performScalarPRE()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1451 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
1452 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch()
1453 CurrentBlock->getTerminator()->eraseFromParent(); in splitBeforeCatchSwitch()
1456 CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock); in splitBeforeCatchSwitch()
1458 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock); in splitBeforeCatchSwitch()
1592 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
1598 if (CurrentBlock != U->getParent()) { in insertSpills()
1599 CurrentBlock = U->getParent(); in insertSpills()
1600 Builder.SetInsertPoint(&*CurrentBlock->getFirstInsertionPt()); in insertSpills()
1614 DIBuilder(*CurrentBlock->getParent()->getParent(), AllowUnresolved) in insertSpills()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DBlockIndexer.h41 Block CurrentBlock{0, 0, nullptr, {}};
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp161 const CFGBlock *CurrentBlock) in TransferFunctions() argument
162 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp569 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() local
570 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
571 if (CurrentBlock.empty()) in INITIALIZE_PASS()