Home
last modified time | relevance | path

Searched defs:getEntryBlock (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSSAContext.cpp29 BasicBlock *SSAContext::getEntryBlock(Function &F) { in getEntryBlock() function in SSAContext
33 const BasicBlock *SSAContext::getEntryBlock(const Function &F) { in getEntryBlock() function in SSAContext
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp31 MachineBasicBlock *MachineSSAContext::getEntryBlock(MachineFunction &F) { in getEntryBlock() function in MachineSSAContext
H A DRDFGraph.cpp586 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h735 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
736 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp259 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp351 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon3a2a73410311::GCOVFunction
H A DControlHeightReduction.cpp160 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon50f5060f0111::CHRScope