|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 855 static BlockAddress *get(BasicBlock *BB);
References
lib/Analysis/InlineCost.cpp 1848 for (User *U : BlockAddress::get(&*BB)->users())
2101 for (User *U : BlockAddress::get(&*BI)->users())
lib/IR/Instructions.cpp 823 BlockAddress *Old = BlockAddress::get(OldBB);
824 BlockAddress *New = BlockAddress::get(B);
lib/Target/Hexagon/HexagonHardwareLoops.cpp 1276 BlockAddress::get(const_cast<BasicBlock *>(LoopStart->getBasicBlock()));
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 680 BlockAddress::get(AllBlocks[i]), IntptrPtrTy));
lib/Transforms/Scalar/JumpThreading.cpp 987 BlockAddress *BA = BlockAddress::get(BB);
lib/Transforms/Scalar/SCCP.cpp 1708 IBR->setAddress(BlockAddress::get(IBR->getSuccessor(0)));
1990 C = BlockAddress::get(IBR->getSuccessor(0));
lib/Transforms/Utils/Local.cpp 706 BlockAddress *BA = BlockAddress::get(DestBB);
unittests/IR/InstructionsTest.cpp 1106 BlockAddress *IndirectBA = BlockAddress::get(CBI.getIndirectDest(0));
unittests/Linker/LinkModulesTest.cpp 47 Constant *SwitchCase1BA = BlockAddress::get(SwitchCase1BB);
50 Constant *SwitchCase2BA = BlockAddress::get(SwitchCase2BB);