OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockplacement
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
BasicBlockPlacement.cpp
42
struct
BlockPlacement
: public FunctionPass {
44
BlockPlacement
() : FunctionPass(ID) {
78
char
BlockPlacement
::ID = 0;
79
INITIALIZE_PASS_BEGIN(
BlockPlacement
, "block-placement",
82
INITIALIZE_PASS_END(
BlockPlacement
, "block-placement",
85
FunctionPass *llvm::createBlockPlacementPass() { return new
BlockPlacement
(); }
87
bool
BlockPlacement
::runOnFunction(Function &F) {
104
void
BlockPlacement
::PlaceBlocks(BasicBlock *BB) {
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/
Scalar.h
248
//
BlockPlacement
- This pass reorders basic blocks in order to increase the
Completed in 813 milliseconds