Home
last modified time | relevance | path

Searched refs:getIrrLoopHeaderWeight (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h429 Optional<uint64_t> getIrrLoopHeaderWeight() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1169 Optional<uint64_t> HeaderWeight = Block->getIrrLoopHeaderWeight();
1197 assert(!getBlock(HeaderNode)->getIrrLoopHeaderWeight() &&
1351 BB.getIrrLoopHeaderWeight())
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp479 Optional<uint64_t> BasicBlock::getIrrLoopHeaderWeight() const { in getIrrLoopHeaderWeight() function in BasicBlock
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h806 Optional<uint64_t> getIrrLoopHeaderWeight() const {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp52 IrrLoopHeaderWeight = B->getIrrLoopHeaderWeight(); in MachineBasicBlock()