Searched defs:getReturnBlock (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DUnifyFunctionExitNodes.h13 // in the function, the getReturnBlock/getUnwindBlock methods will return a null
41 BasicBlock *getReturnBlock() const { return ReturnBlock; } function in struct:llvm::UnifyFunctionExitNodes
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DUnifyFunctionExitNodes.h13 // in the function, the getReturnBlock/getUnwindBlock methods will return a null
40 BasicBlock *getReturnBlock() const { return ReturnBlock; } function in struct:llvm::UnifyFunctionExitNodes
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp347 GCOVBlock &getReturnBlock() { function in class:__anon13315::GCOVFunction
542 Block.addEdge(Func.getReturnBlock());
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp282 GCOVBlock &getReturnBlock() { function in class:__anon18913::GCOVFunction
389 Block.addEdge(Func.getReturnBlock());

Completed in 695 milliseconds