OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBB
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Analysis/
CaptureTracking.h
45
/// final parameter is true. An ordered basic block in \p
OBB
could be used
50
OrderedBasicBlock *
OBB
= nullptr);
AliasAnalysis.h
510
/// in a BasicBlock. A ordered basic block \p
OBB
can be used to speed up
514
OrderedBasicBlock *
OBB
= nullptr);
519
OrderedBasicBlock *
OBB
= nullptr) {
520
return callCapturesBefore(I, MemoryLocation(P, Size), DT,
OBB
);
[
all
...]
/external/llvm/lib/Analysis/
CaptureTracking.cpp
182
/// or not. A ordered basic block \p
OBB
can be used in order to speed up
187
OrderedBasicBlock *
OBB
) {
190
bool UseNewOBB =
OBB
== nullptr;
195
OBB
= new OrderedBasicBlock(I->getParent());
200
CapturesBefore CB(ReturnCaptures, I, DT, IncludeI,
OBB
);
204
delete
OBB
;
AliasAnalysis.cpp
304
/// in a BasicBlock. A ordered basic block \p
OBB
can be used to speed up
313
OrderedBasicBlock *
OBB
) {
330
/* OrderedBasicBlock */
OBB
))
MemoryDependenceAnalysis.cpp
501
OrderedBasicBlock
OBB
(BB);
705
MR = AA->callCapturesBefore(Inst, MemLoc, DT, &
OBB
);
[
all
...]
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
OBBViewportTransform.java
33
public static class
OBB
{
39
protected final
OBB
box = new
OBB
();
103
* Multiplies the
obb
transform by the given transform
/system/vold/
VolumeManager.h
44
typedef enum { ASEC,
OBB
} container_type_t;
VolumeManager.cpp
89
const char *VolumeManager::LOOPDIR = "/mnt/
obb
";
[
all
...]
Completed in 501 milliseconds