Searched defs:Leaf (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp65 BasicBlock* newLeafBlock(CaseRange& Leaf, Value* Val,
163 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, argument
174 if (Leaf.Low == Leaf.High) {
177 Leaf.Low, "SwitchLeaf");
180 if (cast<ConstantInt>(Leaf.Low)->isMinValue(true /*isSigned*/)) {
182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
184 } else if (cast<ConstantInt>(Leaf.Low)->isZero()) {
186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
190 Constant* NegLo = ConstantExpr::getNeg(Leaf
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DTCPageMap.h111 // Leaf node
112 struct Leaf { struct in class:TCMalloc_PageMap2
116 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
147 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf)));
172 Leaf* l = reader(reinterpret_cast<Leaf*>(root_[i]));
182 visitor.visit(root_[i], sizeof(Leaf));
205 // Leaf nod
206 struct Leaf { struct in class:TCMalloc_PageMap3
[all...]

Completed in 63 milliseconds