Home
last modified time | relevance | path

Searched defs:isLoopHeader (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopInfo.h104 inline bool isLoopHeader(MachineBasicBlock *BB) const { in isLoopHeader() function
/external/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h107 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h694 bool isLoopHeader(BlockT *BB) const { in isLoopHeader() function
994 inline bool isLoopHeader(BasicBlock *BB) const { in isLoopHeader() function
/external/llvm/include/llvm/Analysis/
DLoopInfo.h551 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp274 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local