Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DBasicBlock.h412 Optional<uint64_t> getIrrLoopHeaderWeight() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1168 Optional<uint64_t> HeaderWeight = Block->getIrrLoopHeaderWeight();
1196 assert(!getBlock(HeaderNode)->getIrrLoopHeaderWeight() &&
1350 BB.getIrrLoopHeaderWeight())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DBasicBlock.cpp470 Optional<uint64_t> BasicBlock::getIrrLoopHeaderWeight() const { in getIrrLoopHeaderWeight() function in BasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h776 Optional<uint64_t> getIrrLoopHeaderWeight() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp47 IrrLoopHeaderWeight = B->getIrrLoopHeaderWeight(); in MachineBasicBlock()