Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemDepPrinter.cpp114 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
125 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
DMemoryDependenceAnalysis.cpp737 DirtyBlocks.push_back(Entry.getBB()); in getNonLocalCallDependency()
772 if (Entry != Cache.begin() && std::prev(Entry)->getBB() == DirtyBB) in getNonLocalCallDependency()
777 Entry->getBB() == DirtyBB) { in getNonLocalCallDependency()
914 if (Entry != Cache->begin() && (Entry - 1)->getBB() == BB) in getNonLocalInfoForBlock()
918 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB) in getNonLocalInfoForBlock()
1138 Visited.find(Entry.getBB()); in getNonLocalPointerDepFromBB()
1151 Visited.insert(std::make_pair(Entry.getBB(), Addr)); in getNonLocalPointerDepFromBB()
1156 if (DT.isReachableFromEntry(Entry.getBB())) { in getNonLocalPointerDepFromBB()
1158 NonLocalDepResult(Entry.getBB(), Entry.getResult(), Addr)); in getNonLocalPointerDepFromBB()
1422 if (I.getBB() != BB) in getNonLocalPointerDepFromBB()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h218 BasicBlock *getBB() const { return BB; } in getBB() function
240 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h448 MachineBasicBlock *getBB() { return BB; } in getBB() function
DSIMachineScheduler.cpp1331 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks()
1361 DAG->getBB()->splice(POld, DAG->getBB(), PNew); in scheduleInsideBlocks()
/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h473 BasicBlock *getBB(const std::string &Name, LocTy Loc);
474 BasicBlock *getBB(unsigned ID, LocTy Loc);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp3342 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB() function in LLParser::PerFunctionState
3348 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB() function in LLParser::PerFunctionState
3365 BB = getBB(NumberedVals.size(), Loc); in defineBB()
3372 BB = getBB(Name, Loc); in defineBB()
3647 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()
3649 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()
6120 BB = getBB(BBID.StrVal, BBID.Loc); in resolveForwardRefBlockAddresses()
6122 BB = getBB(BBID.UIntVal, BBID.Loc); in resolveForwardRefBlockAddresses()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DGVN.cpp545 if (NonLocalDepCall && DT->properlyDominates(I.getBB(), C->getParent())) { in lookupOrAddCall()
1284 BasicBlock *DepBB = Dep.getBB(); in AnalyzeLoadAvailability()